-
Notifications
You must be signed in to change notification settings - Fork 3.1k
--user option broken? (when using relative path for PYTHONUSERBASE) #1153
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
Comments
the relative |
afaik it did work previously ... but if it's documented to not work, that's ok too |
hmm, I'll check some older pips and see. |
PEP 370 and/or what distutils does could also be checked. |
I cannot reproduce this, it appears that the issue was not a pip issue to begin with and I'm assuming that at some point in the last 3 years, whoever's issue this actually was has solved it for us. |
happens still for me
|
What operating system? |
ArchLinux … setuptools and pip are installed from package, but should be vanilla (and I don't see anything suspicious in the PKGBUILDs) |
This should be fixed by #4495? |
PYTHONUSERBASE=py-env pip install --user Flask
fails with:py-env/lib/python2.7/site-packages/ is empty so normally it can't create installed-files.txt when it didn't even create the .egg-info directory yet.
Versions are:
The text was updated successfully, but these errors were encountered: