|CyVerse_logo|_

Home_Icon Learning Center Home

Advanced Installation of Anaconda

*Installing new packages *

Change ownership of the Anaconda installation directory to allow new software to be installed by the non-root user.

On Atmosphere: sudo chown $USER:iplant-everyone /opt/anaconda3 -R

On Jetstream: sudo chown $USER:root /opt/anaconda3 -R

Use the conda install -c conda-forge package-name to add new packages.


Fix or improve this documentation


Home_Icon Learning Center Home