Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
soft:conda [2023/05/05 23:31] – asad | soft:conda [2023/10/31 10:34] (current) – asad | ||
---|---|---|---|
Line 9: | Line 9: | ||
conda install sth=2 # install version 2 of sth | conda install sth=2 # install version 2 of sth | ||
conda remove -n myenv # remove an environment | conda remove -n myenv # remove an environment | ||
+ | conda init --reverse $SHELL | ||
</ | </ | ||
+ | |||
+ | ===== User management ===== | ||
+ | < | ||
+ | sudo group add mygroup | ||
+ | sudo chgrp -R mygroup / | ||
+ | sudo chmod 770 -R / | ||
+ | sudo adduser username mygroup | ||
+ | |||
+ | source / | ||
+ | conda init | ||
+ | </ | ||
+ |
soft/conda.1683351104.txt.gz · Last modified: 2023/05/05 23:31 by asad