Can multiple users use the same pixi project if it's in a shared directory (e.g. on a server/HPC) #4258
Unanswered
psobolewskiPhD
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If a pixi project is created in a shared directory e.g. on a server/HPC with pixi available, can multiple users with access do things like
pixi run ...
etc. in the project to use the env installed there?To give more context:
I support users in our HPC space, where frequently multiple users say all working on a project together or in the same lab will have a shared directory for their data, code, etc. Traditionally, each user would have a conda env they activate before running whatever code in a given project folder. Could pixi be used to have everyone use the same environment for better reproducibility and also reduced duplication?
Beta Was this translation helpful? Give feedback.
All reactions