-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip upgrade needs root #971
Comments
I think this is a duplicate of #900 |
My mistake. I was only searching open issues when I checked. |
Yeah, there's a bad bug in the |
Not relevant now, closing it. |
Steps to reproduce the error
I checked out the source tree and ran
vagrant up --provision
Actual behavior
The VM build failed at step "Upgrade to latest PIP version":
Installing collected packages: pip
Found existing installation: pip 1.5.4
Not uninstalling pip at /usr/lib/python2.7/dist-packages, owned by OS
Can't roll back pip; was not uninstalled
Expected behavior
"changed: [default]"
Resolution
Rather than running as the app_user, vagrant, the update needs to be done as root.
become_user: "root"
The text was updated successfully, but these errors were encountered: