Index: tools/setup_env.sh =================================================================== diff -u -r073772ffe38b5f43d4cfd83932dd06f41e9df8ee -r2009144e2f799251afea222a39d71f32fcba8cea --- tools/setup_env.sh (.../setup_env.sh) (revision 073772ffe38b5f43d4cfd83932dd06f41e9df8ee) +++ tools/setup_env.sh (.../setup_env.sh) (revision 2009144e2f799251afea222a39d71f32fcba8cea) @@ -14,9 +14,9 @@ # @brief This script sets up the virtualenv and installed dialin # ############################################################################ +projectCheckOut=$1 cd ../ rm -rf venv virtualenv --python=python3.6 venv source venv/bin/activate -branch="master" -pip3 install git+ssh://git@192.168.10.132:7999/vv/dialin.git@$branch +pip3 install git+ssh://git@192.168.10.132:7999/vv/dialin.git@$projectCheckOut