2022-11-03 15:39:23 +01:00
|
|
|
#!/bin/bash
|
|
|
|
ulimit -s 8192
|
|
|
|
|
|
|
|
#$ -l os=*stretch
|
|
|
|
##$ -cwd
|
|
|
|
#$ -pe smp 1
|
|
|
|
##$ -q "*@minos15"
|
|
|
|
|
2022-11-04 09:37:15 +01:00
|
|
|
export PYTHONPATH="$PYTHONPATH:/home/marcel/git/"
|
2022-11-03 15:39:23 +01:00
|
|
|
|
|
|
|
source /opt/anaconda3/etc/profile.d/conda.sh
|
|
|
|
conda activate py37
|
|
|
|
|
2022-11-04 09:37:15 +01:00
|
|
|
python /home/marcel/git/survBot/survBotGUI.py
|