Skip to content

Commit 6821c5e

Browse files
committed
Removed broken link to figure that was dropped
1 parent e3f0496 commit 6821c5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/courses/python-introduction/packages_environments.md

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ mamba install newpackage
2929
```
3030
Many more options are available.
3131

32-
{{< figure src="/courses/python-introduction/imgs/Conda.png" caption="Conda from a command line." >}}
33-
3432
## Environments
3533

3634
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.

0 commit comments

Comments
 (0)