Skip to content

Configuration miniconda

If someone is using conda to manage python packages, then:

module load miniconda/3

won't work out of the box. You will have permission errors, as the default PATH for installation is environment location: /data/software/install/miniconda3/envs/yourenv

My solution is to create a .condarc in my home directory :

envs_dirs:
  - /home/u2/mendoza/.conda/envs

pkgs_dirs:
  - /home/u2/mendoza/.conda/pkgs

But this is can probably be solved from the root level

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information