Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
soft:conda [2023/10/02 04:54] – asad | soft:conda [2023/10/31 10:34] (current) – asad | ||
---|---|---|---|
Line 14: | Line 14: | ||
===== User management ===== | ===== User management ===== | ||
< | < | ||
- | #Create a new group | ||
sudo group add mygroup | sudo group add mygroup | ||
- | # Change the group ownership to " | + | sudo chgrp -R mygroup /opt/anaconda3/ |
- | sudo chgrp -R mygroup /PATH/TO/ANACONDA/ | + | sudo chmod 770 -R /opt/anaconda3/ |
- | # Set read and write permission for the owner, root, and the mygroup only. Replace / | + | |
- | sudo chmod 770 -R /PATH/TO/ANACONDA/ | + | |
- | # Add users to a group. Replace USERNAME with the username of the user you are adding. | + | |
sudo adduser username mygroup | sudo adduser username mygroup | ||
+ | |||
+ | source / | ||
+ | conda init | ||
</ | </ | ||
soft/conda.1696244075.txt.gz · Last modified: 2023/10/02 04:54 by asad