-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Cannot install in custom directory #1261
Comments
This may be related to pypa/pip#3252 (I'm running pip v1.5.6 from python v2.7.7) but the current workaround of using --target instead does not work since py.test needs to install scripts, beside pure python modules. |
Sorry but I think this is clearly a |
Yes, it is a pip issue, which it affects everything up to the latest release. Can you confirm that in the current version only |
I think if the directory for your |
In py.test v2.7.0 the following worked:
pip install pytest --install-option="--prefix=/path/to/my/dir"
In current 2.8.5 the option is silently ignored, and it tries to install in /path/to/my/python/install/lib/python2.7/site-packages/ (it may succeed or fail depending on the permissions)
The text was updated successfully, but these errors were encountered: