Commit 72a5d963 by Ned Batchelder

In both devstack and fullstack, pip needs to run as edxapp

parent 6e59c519
...@@ -209,7 +209,7 @@ EOF ...@@ -209,7 +209,7 @@ EOF
make_config_venv make_config_venv
# Need to get rid of South from edx-platform, or things won't work. # Need to get rid of South from edx-platform, or things won't work.
sudo -u $APPUSER /edx/bin/pip.edxapp uninstall -y South sudo -u edxapp /edx/bin/pip.edxapp uninstall -y South
echo "Upgrading to the beginning of Django 1.8" echo "Upgrading to the beginning of Django 1.8"
cd configuration/playbooks/vagrant cd configuration/playbooks/vagrant
......
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