Anaconda Instructions with OnDemand Anaconda Instructions: Step1: Go to https://ondemand-rmacc.rc.colorado.edu/ Step2: Go to “Files” and choose “Home Directory” Step3: Choose “+New File” as “.condarc” Step4: Enable show Dotfiles: Step5: Select .condarc and choose to edit: Step6: Input the following contents in .condarc and change the NetID to your NetID: Step7: Then hit the Save button and close the file Step8: Go to clusters and choose Alpine Shell: Step 9: Enter the following commands in the shell: acompile module load anaconda conda env create -n YOUR_ENV_NAME PACK_NAME Example as shown below: Step10: (optional for testing) Enter the following commands after conda environment installment: conda activate YOUR_ENV_NAME cd YOUR_FILE_PATH YOUR_TEST_COMMAND Step11: Create a shell script to use the conda environment: Step12: Enter the command “sbatch my_script.sh” to launch the job