1
Fork 0

fix(hpc): typos, .env and pythonpath

This commit is contained in:
Tibo De Peuter 2026-04-08 22:29:29 +02:00
parent cd7169a75f
commit 3c6eec2410
Signed by: tdpeuter
SSH key fingerprint: SHA256:u/h/LVoqKF1Iz02uOyxe6hcjmoZASCGV2HM0TG9ZMoU
2 changed files with 14 additions and 2 deletions

View file

@ -19,7 +19,7 @@ if [ -n "$PBS_O_WORKDIR" ]; then
cd "$PBS_O_WORKDIR"
fi
mkdir "${PBS_O_WORKDIR}/runs"
mkdir -p "${PBS_O_WORKDIR}/runs"
# Mirror configs to $VSC_DATA to avoid home quota limits (3GB)
# vsc-venv manages environments relative to the requirements file