Versions Compared

Key

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

...

To check which version are available: type module avail python and press enter.

To be able to use one specific version, just type module load [your choiche] and then check if the virtualenv command is available.

...

Code Block
languagebash
source ~/.bashrc # (or source use_environments)


mkvirtualenv cdsapi # or add -p [path to python executable you wish to use it can be different from the one specified in the set up script]


workon cdsapi # to activate the environment / deactivate    # to deactivate the environment

The