Eine Paket-, Abhängigkeits- und Umgebungsverwaltung für beliebige Programmiersprachen. Manche Unterbefehle wie
create
sind separat dokumentiert. Weitere Informationen: https://github.com/conda/conda.
conda create --name {{umgebungsname}} {{python=3.9 matplotlib}}
conda info --envs
conda activate {{umgebungs_name}}
conda deactivate
conda remove --name {{umgebungsname}} --all
conda install {{python=3.4 numpy}}
conda list
conda clean --all