Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate installing a (desi)conda environment on top of a base environment. #67

Open
weaverba137 opened this issue Apr 22, 2024 · 0 comments

Comments

@weaverba137
Copy link
Member

We currently use miniconda to install a base conda environment. miniconda is tied to Python 3.10. If a later version of Python is desired, then that has to be installed as a separate environment on top of the base environment.

There are a few specific issues that would need to be investigated:

  • A module file that performs the equivalent of conda activate would be required. This is certainly possible, it would just require some attention to detail and testing.
    • Perhaps one module initiates the base environment then another module performs the conda activate. This could allow multiple installed environment on top of the same base environment.
  • An alternate environment would change assumptions about the desiconda directory structure relative to the base environment. We would need to track down where directories are specified and test.
    • Related: would a separate aux installation be needed for each environment?
  • How hard would this hit quotas on /global/common/software/desi?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant