diff --git a/cara/scripts/themes/base/cara_script.command b/cara/scripts/themes/base/cara_script.command index e2de10bc..bc1a6846 100755 --- a/cara/scripts/themes/base/cara_script.command +++ b/cara/scripts/themes/base/cara_script.command @@ -9,5 +9,7 @@ if [[ `uname -m` == 'arm64' ]]; then pip3 install -U --no-use-pep517 scikit-learn fi pip3 install -e . -python3 -m cara.apps.calculator -echo "CARA is now running at http://localhost:8080" \ No newline at end of file +echo "############################################" +echo "CARA is now running at http://localhost:8080" +echo "############################################" +python3 -m cara.apps.calculator \ No newline at end of file diff --git a/cara/scripts/themes/base/cara_script.sh b/cara/scripts/themes/base/cara_script.sh index 835ca024..cc7e90db 100755 --- a/cara/scripts/themes/base/cara_script.sh +++ b/cara/scripts/themes/base/cara_script.sh @@ -3,5 +3,7 @@ cd cara git lfs install git lfs pull pip install -e . -python -m cara.apps.calculator -echo "CARA is now running at http://localhost:8080" \ No newline at end of file +echo "############################################" +echo "CARA is now running at http://localhost:8080" +echo "############################################" +python -m cara.apps.calculator \ No newline at end of file diff --git a/cara/scripts/themes/cern/cara_script.command b/cara/scripts/themes/cern/cara_script.command index 4ca03012..0d957e2f 100755 --- a/cara/scripts/themes/cern/cara_script.command +++ b/cara/scripts/themes/cern/cara_script.command @@ -9,5 +9,7 @@ if [[ `uname -m` == 'arm64' ]]; then pip3 install -U --no-use-pep517 scikit-learn fi pip3 install -e . -python3 -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern -echo "CARA is now running at http://localhost:8080" \ No newline at end of file +echo "############################################" +echo "CARA is now running at http://localhost:8080" +echo "############################################" +python3 -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern \ No newline at end of file diff --git a/cara/scripts/themes/cern/cara_script.sh b/cara/scripts/themes/cern/cara_script.sh index ea59872f..dcd21d3f 100755 --- a/cara/scripts/themes/cern/cara_script.sh +++ b/cara/scripts/themes/cern/cara_script.sh @@ -3,5 +3,7 @@ cd cara git lfs install git lfs pull pip install -e . -python -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern -echo "CARA is now running at http://localhost:8080" \ No newline at end of file +echo "############################################" +echo "CARA is now running at http://localhost:8080" +echo "############################################" +python -m cara.apps.calculator --theme=cara/apps/calculator/themes/cern \ No newline at end of file