Conda Notes
Last updated
Was this helpful?
Last updated
Was this helpful?
Conda installation
https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html
Create a new environment:
conda create --name snowflakes
To use, or "activate" the new environment, type the following:
conda activate snowflakes
To see a list of all your environments, type:
conda info --envs