Versions Compared

Key

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

...

First, create your virtual environment. We use version 3.9.14 to demonstrate in this example. Additionally, we install the virtual environment to our hypothetical home directory in this example, but you may create and use virtual environments wherever is convenient. You might also decide to use Conda to manage your virtual environment; refer to Conda on O2 for generic information about using Conda on O2.

Code Block
HMSID@login01:~$ module load gcc/9.2.0 python/3.9.14
HMSID@login01:~$ virtualenv jupytervenv 

...