This is an old revision of the document!
Anaconda
Install on Ubuntu like this: https://docs.anaconda.com/free/anaconda/install/linux
conda create -n myenv # create new environment conda activate myenv # activate the environment conda deactivate # deactivate an env conda install sth # install a conda package named sth conda install sth=2 # install version 2 of sth conda remove -n myenv # remove an environment
soft/conda.1683351104.txt.gz · Last modified: 2023/05/05 23:31 by asad