Index: tools/install_to_venv.sh =================================================================== diff -u -rc3cc81dada72714b9675594cc0c6a79975e8991d -r4837283d9da7ef3737f0c7d620c73cb9b4448bf4 --- tools/install_to_venv.sh (.../install_to_venv.sh) (revision c3cc81dada72714b9675594cc0c6a79975e8991d) +++ tools/install_to_venv.sh (.../install_to_venv.sh) (revision 4837283d9da7ef3737f0c7d620c73cb9b4448bf4) @@ -17,7 +17,7 @@ cd ../ ./build.sh -repo="$HOME/projects/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