We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0084fd commit 2d9ee45Copy full SHA for 2d9ee45
etc/venv_juwels/config.sh
@@ -11,4 +11,4 @@ ABSOLUTE_PATH="$(realpath "${RELATIVE_PATH}")"
11
export COMPUTE_PROJECT=ccstma
12
export ENV_NAME="$(basename "$ABSOLUTE_PATH")" # Default Name of the venv is the directory that contains this file
13
jutil env activate -p $COMPUTE_PROJECT
14
-export ENV_DIR="${SCRATCH}"/.pySDC_venvs/venv_juwels # Default location of this VENV is "./venv"
+export ENV_DIR="${SCRATCH}"/.pySDC_venvs/venv_juwels_"${USER}" # Default location of this VENV is "./venv"
0 commit comments