Skip to content

Commit

Permalink
Removed broken link to figure that was dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
kah3f committed Oct 4, 2024
1 parent e3f0496 commit 6821c5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/courses/python-introduction/packages_environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ mamba install newpackage
```
Many more options are available.

{{< figure src="/courses/python-introduction/imgs/Conda.png" caption="Conda from a command line." >}}

## Environments

When you use conda or mamba, you always have an _environment_; the one with which you start is called _base_. An environment is a "bundle" of a Python version, which need not be the same as your base, along with a set of packages installed against that version. Only one environment can be active at a time (for Linux users, in a given shell) but environments can be activated and deactivated at will.
Expand Down

0 comments on commit 6821c5e

Please sign in to comment.