Skip to content

GitLab

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

Closed
Open
Opened 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 admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: atlas/cluster-doc#22