13 lines
293 B
Plaintext
Executable File
13 lines
293 B
Plaintext
Executable File
#/bin/bash
|
|
#source /opt/gfa/python
|
|
|
|
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 -s bernina"
|
|
|
|
|
|
#python /sf/bernina/config/src/python/eco/startup.py -s bernina "$@" -l
|
|
|