Commit 18dfdb59 authored by WHITFIELDRE email's avatar WHITFIELDRE email
Browse files

Merge branch 'update_pyrs_prod_conda_deploy' into 'main'

update app wrap to use conda deploy for prod

See merge request !15
parents 5d03ae15 3b6fdcaa
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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
@@ -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