14 lines
366 B
Plaintext
Executable File
14 lines
366 B
Plaintext
Executable File
#/bin/bash
|
|
#source /opt/gfa/python
|
|
|
|
default=bernina_robot
|
|
dest=${1:-$default}
|
|
source /sf/bernina/applications/miniconda3_roman/miniconda_roman
|
|
conda activate $dest
|
|
|
|
ipython --pylab --profile=eco2 --no-banner -i -c "run /sf/bernina/config/src/python/eco/startup_inline_new.py -l -s bernina"
|
|
|
|
|
|
#python /sf/bernina/config/src/python/eco/startup.py -s bernina "$@" -l
|
|
|