fixed anaconda env and eco scripts

This commit is contained in:
2020-06-05 16:54:06 +02:00
parent a5d4e64d85
commit cb66dc1ea2
2 changed files with 5 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
# exit 1
#fi
default=/sf/bernina/anaconda/psi_python_envs/bernina36
default=/sf/bernina/anaconda/bernina_envs/bernina36
dest=${1:-$default}
echo Loading Bernina Anaconda Python

5
eco
View File

@@ -1,6 +1,9 @@
#/bin/bash
#source /opt/gfa/python
source anaconda_env bernina37
default=bernina37
dest=${1:-$default}
source anaconda_env $dest
ipython --pylab --profile=eco --no-banner -i -c "run /sf/bernina/config/src/python/eco/startup_inline.py -l -s bernina"