From 4eaec644ec90ca733df7ddc8f6c70d8e4fd29c4b Mon Sep 17 00:00:00 2001 From: "ys1087@partner.kit.edu" Date: Tue, 29 Jul 2025 19:43:31 +0200 Subject: [PATCH] fix: forgot to set path to include python3.10 --- submit_experiment_batch.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/submit_experiment_batch.py b/submit_experiment_batch.py index 8bef6ca..da16dc4 100755 --- a/submit_experiment_batch.py +++ b/submit_experiment_batch.py @@ -85,6 +85,9 @@ module load devel/cuda/12.4 # Navigate to the project directory cd $SLURM_SUBMIT_DIR +# Set up Python environment +source ~/.bashrc # Load PATH and LD_LIBRARY_PATH for custom Python + # Activate the virtual environment source .venv/bin/activate