Index: tools/install_to_venv.sh =================================================================== diff -u -r4bdb012848d1b59be5edc31d677b77b9d95f6190 -rc3cc81dada72714b9675594cc0c6a79975e8991d --- tools/install_to_venv.sh (.../install_to_venv.sh) (revision 4bdb012848d1b59be5edc31d677b77b9d95f6190) +++ tools/install_to_venv.sh (.../install_to_venv.sh) (revision c3cc81dada72714b9675594cc0c6a79975e8991d) @@ -17,7 +17,7 @@ cd ../ ./build.sh -repo="$HOME/Project/testsuites/" +repo="$HOME/projects/testsuites/" read -p "Enter the path to the repository: " -e -i "$repo" repo whl_file="$(pwd)/dist/dialin-0.2.0_DEN_3964_Maintenance_1107444-py3-none-any.whl" read -p "Update the full path to the whl file to install to the virtualenv: " -e -i "$whl_file" whl_file @@ -28,4 +28,4 @@ if [ ! -d "$venv" ]; then echo "Could not find $venv" ; exit 1; fi source venv/bin/activate pip3 uninstall dialin -pip3 install $whl_file \ No newline at end of file +pip3 install $whl_file