diff --git a/bin/comrad-activate b/bin/comrad-activate index 4413c8b..13ad3de 100755 --- a/bin/comrad-activate +++ b/bin/comrad-activate @@ -4,6 +4,7 @@ realpath() { [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}" } +echo "Python (t1): `which python`" path_conda="`realpath ~/comrad/lib/miniconda3`" @@ -16,3 +17,4 @@ export PATH="$path_conda/bin:$PATH" conda activate $path_venv python -m pip install -r $path_repo/requirements.txt +echo "Python (t2): `which python`" \ No newline at end of file diff --git a/script/install b/script/install index 717be4e..5199ac8 100644 --- a/script/install +++ b/script/install @@ -305,6 +305,15 @@ pythonexec="python" $condaexec +cd $path_lib +git clone https://github.com/seppo0010/rlite.git +cd rlite +make +make install +sudo make install + + + echo ' 5) creating virtual environment...