Skip to content
Snippets Groups Projects
Commit a443d9b2 authored by patmjen's avatar patmjen
Browse files

Add warning about venv init steps

parent 0807f668
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment