Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • cluster-doc cluster-doc
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • atlas
  • cluster-doccluster-doc
  • Issues
  • #22

Closed
Open
Created Sep 09, 2019 by Laura Mendoza@mendoza

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
Assignee
Assign to
Time tracking