Entering edit mode
3.8 years ago
Friyunnwoo
▴
20
Hi All,
I am wondering what's the best way to set the uniform environment for multiple team members in HPC so that they can use the same software (same version) to guarantee the results are totally comparable. I know HPC support module load and it looks conda is another choice. I want to which one is better? or there are other better choice?
Thanks.
Fizz
Why not both? You could create a virtualenv with conda which could be loaded as a module.