Abekta

Nothing human is alien to me

User Tools

Site Tools


soft:conda

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:38] asadsoft:conda [2023/10/31 10:34] (current) asad
Line 11: Line 11:
 conda init --reverse $SHELL  conda init --reverse $SHELL 
 </code> </code>
 +
 +===== User management =====
 +<code>
 +sudo group add mygroup
 +sudo chgrp -R mygroup /opt/anaconda3/
 +sudo chmod 770 -R /opt/anaconda3/
 +sudo adduser username mygroup
 +
 +source /opt/anaconda3/bin/activate
 +conda init
 +</code>
 +
soft/conda.1696243117.txt.gz · Last modified: by asad

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki