💾 Archived View for freeshell.de › tldr › conda.gmi captured on 2022-04-28 at 18:17:02. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
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).