Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
module load python3/new cuda

Custom Python Virtual environments

...

Then you can activate it when you need it with:

No Format
module load cuda
source $PERM/venvs/myenv/bin/activate

...