conda
Pakket-, afhankelijkheids- en omgevingsbeheer voor alle programmeertalen. Sommige subcommando's zoals
create
hebben hun eigen gebruiksdocumentatie. Meer informatie: https://docs.conda.io/projects/conda/en/latest/commands/index.html.
conda create {{[-n|--name]}} {{omgevingsnaam}} {{python=3.9 matplotlib}}
conda info {{[-e|--envs]}}
conda activate {{omgevingsnaam}}
conda deactivate
conda remove {{[-n|--name]}} {{omgevingsnaam}} --all
conda install {{python=3.4 numpy}}
conda list
conda clean {{[-a|--all]}}