diff --git a/HPC_Python_Guide.md b/HPC_Python_Guide.md index 06b4c506c88d019334e569f8804329df33b2c675..09fa0190304e56e3f65a17edf2f8c2db1eeb5132 100644 --- a/HPC_Python_Guide.md +++ b/HPC_Python_Guide.md @@ -56,6 +56,8 @@ To run python, remember to use the `python3` command. ## III. Virtualenv activation +> __NOTE:__ These steps must be done every time. Also if you change from a login node to a GPU node (e.g. by calling `sxm2sh`) + 1. Navigate to your project folder. 2. Load modules for Python by entering: @@ -72,7 +74,7 @@ To run python, remember to use the `python3` command. source <VENV_NAME>/bin/activate ``` -To make life easy, put these commands in a bash script called `init.sh`: +__Pro tip:__ To make life easy, put these commands in a bash script called `init.sh`: ``` #!/bin/bash module load python3/3.8.9