-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix installation permissions #146
Conversation
Avoid having to use superuser (administrator) privileges for platforms where the global pip installation directory is not writable by the regular user.
It appears to have worked.
|
I proposed sudo in #163 |
@jgirardet To be honest, I am a bit worried by the idea that different packages live in different places :) However, I would like this to work for people who either don't have the privilege of |
@sdispater Do you have any suggestions or preference regarding the two open questions in this PR? |
The README instructions are broken because of this missing flag, yet it does not seem to be priority. |
Closing since with with the new installer permissions error should no longer exist. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Avoid having to use superuser (administrator) privileges for platforms where the global pip installation directory is not writable by the regular user.
Se
pip help install | grep -A 4 -e '--user'
:Docs for site.USER_BASE.
Fixes:
Open questions:
site.USER_BASE
) needs to be in the$PATH
/%PATH%
variable in order forpoetry
to be recognized as a command?