Package, dependency and environment management for any programming language.
Some subcommands such as conda create
have their own usage documentation.
conda create --name {environment_name} {python=3.9 matplotlib}
conda info --envs
conda {activate environment_name}
conda {deactivate}
conda remove --name {environment_name} --all
conda install {python=3.4 numpy}
conda list
conda clean --all
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB