From 5ac3643d9d7da24f6c9ae87bbe43b9eaad44e934 Mon Sep 17 00:00:00 2001 From: Imdad Ahad Date: Tue, 14 Feb 2017 11:36:38 +0000 Subject: [PATCH] Cancel uninstalling all py3 packages --- scripts/aws_clear_instance.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/aws_clear_instance.sh b/scripts/aws_clear_instance.sh index b62397b06..645d07318 100755 --- a/scripts/aws_clear_instance.sh +++ b/scripts/aws_clear_instance.sh @@ -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