Please enable JavaScript.
Coggle requires JavaScript to display documents.
Anaconda Install (Commands (Saving and loading environments (Export…
Anaconda Install
Commands
Create new environment
conda create -n <env_name> <list of packages>
Access environment
activate <my_env>
Install new packages
conda install <package_name>
Leaving environment
deactivate
Saving and loading environments
Export environment and all packages
conda env export > <environment>.yaml
Create an environment from an environment file
conda env create -f <environment>.yaml
List all environment created
conda env list
Remove environment
conda env remove -n env_name
Conda Software
Conda: It’s the default package manager for Python libraries for Data Science
MKL Library :warning:
Scipy
Scikit-learn
Numpy
NumExpr
Python
PIP: It’s the default package manager for Python libraries for general uses :warning:
150 scientific packages
Quais são? :warning: