Abekta

Nothing human is alien to me

User Tools

Site Tools


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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki