conda
Eine Paket-, Abhängigkeits- und Umgebungsverwaltung für beliebige Programmiersprachen. Manche Unterbefehle wie
create
sind separat dokumentiert. Weitere Informationen: https://docs.conda.io/projects/conda/en/latest/commands/index.html.
conda create {{[-n|--name]}} {{umgebungsname}} {{python=3.9 matplotlib}}
conda info {{[-e|--envs]}}
conda activate {{umgebungs_name}}
conda deactivate
conda remove {{[-n|--name]}} {{umgebungsname}} --all
conda install {{python=3.4 numpy}}
conda list
conda clean {{[-a|--all]}}