You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/courses/python-introduction/packages_environments.md
-2
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,6 @@ mamba install newpackage
29
29
```
30
30
Many more options are available.
31
31
32
-
{{< figure src="/courses/python-introduction/imgs/Conda.png" caption="Conda from a command line." >}}
33
-
34
32
## Environments
35
33
36
34
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