Commit de0d5622 by Ned Batchelder

Uninstall everything individually

parent b3a96bf2
...@@ -273,7 +273,11 @@ fi ...@@ -273,7 +273,11 @@ fi
if [[ $TARGET == *eucalyptus* ]] ; then if [[ $TARGET == *eucalyptus* ]] ; then
if check_pip edx-oauth2-provider ; then if check_pip edx-oauth2-provider ; then
echo "Uninstall edx-oauth2-provider" echo "Uninstall edx-oauth2-provider"
$PIP_EDXAPP uninstall -y django-oauth2-provider edx-oauth2-provider $PIP_EDXAPP uninstall -y edx-oauth2-provider
fi
if check_pip django-oauth2-provider ; then
echo "Uninstall django-oauth2-provider"
$PIP_EDXAPP uninstall -y django-oauth2-provider
fi fi
# edx-milestones changed how it was installed, so it is possible to have it # edx-milestones changed how it was installed, so it is possible to have it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment