From 3c4995abec0a13b14a506805da9b44ab0cac1153 Mon Sep 17 00:00:00 2001 From: marxzuckerburg Date: Sun, 4 Oct 2020 11:13:42 +0100 Subject: [PATCH] fix? --- script/install | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/script/install b/script/install index 303a3b7..633c7ea 100644 --- a/script/install +++ b/script/install @@ -244,7 +244,7 @@ then echo "executing! $wincmd" cmd //c "$wincmd" - export PATH="$path_conda/Library/bin:$path_conda:$PATH" + export PATH="$path_conda/condabin:$path_conda/Library/bin:$path_conda:$PATH" # export PATH="$path_conda/Library/bin:$path_conda/Scripts:$path_conda:$PATH" @@ -277,7 +277,7 @@ then make install fi fi - # condaexec="$path_conda/_conda.exe" + condaexec="$path_conda/condabin/conda.bat" # cd $path_lib # curl http://go.microsoft.com/fwlink/?LinkId=691126\&fixForIE=.exe. -o visualcppbuildtools_full.exe @@ -306,20 +306,12 @@ export PATH="$path_conda/bin:$PATH" source "$path_conda/etc/profile.d/conda.sh" -condaexec="conda" +# condaexec="conda" pythonexec="python" $condaexec -cd $path_lib -git clone https://github.com/seppo0010/rlite.git -cd rlite -make -make install -sudo make install - - echo ' @@ -343,6 +335,17 @@ then fi + +cd $path_lib +git clone https://github.com/seppo0010/rlite.git +cd rlite +make +make install +sudo make install + + + + echo "Now using python (t2): `which python`" # $pythonexec -m pip install virtualenv # $pythonexec -m virtualenv venv @@ -357,6 +360,11 @@ python -m pip install -U setuptools + + + + + cd $path_repo if [ "$machine" = "MinGw" ] then