Index: tools/install_to_venv.sh =================================================================== diff -u -rb93016ee67204223658152cb2952e8ab16af1b94 -r07db7b5f01ad17d60c190e21574e1ed0552535ff --- tools/install_to_venv.sh (.../install_to_venv.sh) (revision b93016ee67204223658152cb2952e8ab16af1b94) +++ tools/install_to_venv.sh (.../install_to_venv.sh) (revision 07db7b5f01ad17d60c190e21574e1ed0552535ff) @@ -27,5 +27,5 @@ read -p "Enter the path to the repository's virtualenv directory: " -e -i "$venv" venv if [ ! -d "$venv" ]; then echo "Could not find $venv" ; exit 1; fi source venv/bin/activate -pip3 uninstall dialin +pip3 uninstall leahi-dialin pip3 install $whl_file