Loading pyrs +1 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ # select the environment to use # current default is system version CONDA_ENVIRON=pyrs if [ -n "$1" ]; then if [ "$1" == "--dev" ]; then CONDA_ENVIRON=pyrs-dev Loading @@ -24,7 +25,4 @@ if [ -v CONDA_ENVIRON ]; then # start the application activate_and_launch "${args[@]}" else # launch system installed pyrs /SNS/software/PyRS/pyrs.sh fi Loading
pyrs +1 −3 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ # select the environment to use # current default is system version CONDA_ENVIRON=pyrs if [ -n "$1" ]; then if [ "$1" == "--dev" ]; then CONDA_ENVIRON=pyrs-dev Loading @@ -24,7 +25,4 @@ if [ -v CONDA_ENVIRON ]; then # start the application activate_and_launch "${args[@]}" else # launch system installed pyrs /SNS/software/PyRS/pyrs.sh fi