@@ -1,4 +1,4 @@
#!/bin/bash
-
-nohup python3 $1 0<&- &> $HOME/logs/runPython.log &
+. ~/venv/nnUNet/bin/activate
+nohup python $@ 0<&- &> $HOME/logs/runPython.log &