From ccd0de2b47e3b7cdc4a08813fbafc3d689e463ac Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Sun, 4 Oct 2020 21:41:46 +0100 Subject: [PATCH] ? --- bin/comrad-app | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/comrad-app b/bin/comrad-app index c4e6206..a97792f 100755 --- a/bin/comrad-app +++ b/bin/comrad-app @@ -17,7 +17,7 @@ esac realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}" } - +path_conda="`realpath ~/comrad/lib`" path_conda="`realpath ~/comrad/lib/miniconda3`" path_venv="`realpath ~/comrad/code/venv`" path_repo="`realpath ~/comrad/code`" @@ -25,6 +25,8 @@ path_repo="`realpath ~/comrad/code`" source $path_conda/etc/profile.d/conda.sh export PATH="$path_conda/Library/bin:$path_conda/Scripts:$path_conda:$PATH" export PATH="$path_conda/bin:$PATH" +export PATH="$path_lib/themis-master/build:/usr/local/bin:$PATH" + if [ "$machine" = "MinGw" ] then @@ -40,5 +42,9 @@ then pushd $path_repo && git pull fi + + + + python -m pip install -r $path_repo/requirements.txt -q python $path_repo/comrad/app/main.py \ No newline at end of file