This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
conda [2020/07/17 13:32] jansen [Installing packages] |
conda [2020/07/17 13:35] (current) jansen [Creating an environment] |
||
---|---|---|---|
Line 23: | Line 23: | ||
Other bits of setup can be done through the '' | Other bits of setup can be done through the '' | ||
===== Creating an environment ===== | ===== Creating an environment ===== | ||
- | To create an environment called '' | + | One conda install can manage several environments, |
+ | To create an environment called '' | ||
conda create --name TEST | conda create --name TEST | ||
Line 32: | Line 33: | ||
For more information, | For more information, | ||
+ | Once created, you activate the environment using '' | ||
===== Installing packages ===== | ===== Installing packages ===== | ||
Install a package using '' | Install a package using '' |