HPCC How to Install Conda
How To Install Conda
To Install Conda on HPCC
Following the below code will automatically install conda on the HPCC. For more information, check out the link here.
# Running the following script will automate the process of installing a local copy of Miniconda v3
/lustre/work/examples/InstallPython.sh
# Once complete you will need to run the following commands before you can actually use the new environment you created.
. $HOME/conda/etc/profile.d/conda.sh
conda activate
To Install Conda Locally
Follow Conda instructions for your operating system.