From 5a47dc4f68154262972f93c2878a2b9879cceac8 Mon Sep 17 00:00:00 2001 From: Lukas Barragan Torres Date: Fri, 20 Sep 2024 09:48:06 +0200 Subject: [PATCH] load vsc-venv again when starting an interactive session --- scripts/vsc-venv-wrapper/vsc-venv.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/vsc-venv-wrapper/vsc-venv.sh b/scripts/vsc-venv-wrapper/vsc-venv.sh index da10accad8e..b7f1217e323 100755 --- a/scripts/vsc-venv-wrapper/vsc-venv.sh +++ b/scripts/vsc-venv-wrapper/vsc-venv.sh @@ -115,6 +115,7 @@ activate() { echo_warning "Creating or activating a virtual environment on $host_cluster with modules optimized for $loaded_cluster may cause issues." echo_warning "to make a virtual environment on the $loaded_cluster cluster, start an interactive session on that cluster:" echo_warning " $ qsub -I" + echo_warning " $ module load vsc-venv" echo_warning " $ cd /path/to/your/project" echo_warning "Then run the activate command again." echo_warning "Exiting..."