9 lines
257 B
Plaintext
Executable File
9 lines
257 B
Plaintext
Executable File
#/bin/bash
|
|
default=sfb312
|
|
dest=${1:-$default}
|
|
source mm_bernina_env $dest
|
|
|
|
unset SESSION_MANAGER # for qt error message in ipython
|
|
|
|
ipython --pylab --profile=eco3 --no-banner -i -c "run /sf/bernina/config/src/python/eco/startup_inline_new.py -l -s bernina"
|