Abekta

Nothing human is alien to me

User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
soft:conda [2023/10/02 04:54] asadsoft:conda [2023/10/31 10:34] (current) asad
Line 14: Line 14:
 ===== User management ===== ===== User management =====
 <code> <code>
-#Create a new group 
 sudo group add mygroup sudo group add mygroup
-# Change the group ownership to "mygroup" on the entire directory where Anaconda is installed. Replace /PATH/TO/ANACONDA/INSTALL with the actual path to your installed Anaconda file. +sudo chgrp -R mygroup /opt/anaconda3
-sudo chgrp -R mygroup /PATH/TO/ANACONDA/INSTALL +sudo chmod 770 -R /opt/anaconda3/
-# Set read and write permission for the owner, root, and the mygroup only. Replace /PATH/TO/ANACONDA/INSTALL with the actual path to your installed Anaconda file. +
-sudo chmod 770 -R /PATH/TO/ANACONDA/INSTALL +
-# 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 /opt/anaconda3/bin/activate
 +conda init
 </code> </code>
  
soft/conda.1696244075.txt.gz · Last modified: 2023/10/02 04:54 by asad

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki