Cancel uninstalling all py3 packages

This commit is contained in:
Imdad Ahad
2017-02-14 11:36:38 +00:00
parent 383553b964
commit 5ac3643d9d

View File

@@ -6,9 +6,5 @@ if [ -d "/home/notify-app/notifications-api" ]; then
# Remove and re-create the directory
rm -rf /home/notify-app/notifications-api
mkdir -vp /home/notify-app/notifications-api
# Remove installed py3 packages
pip3 freeze | xargs pip3 uninstall -y
else
echo "Directory does not exist, something went wrong!"
fi