-
Notifications
You must be signed in to change notification settings - Fork 35
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
Not able to use pip-accel both globally and inside a virtual environment #64
Comments
Clearly it was a conscious choice to add that code, so just saying "it doesn't make much sense" is not the best way to start this conversation :-).
When you create a virtual environment the In older versions of
This is not an absolute truth, it's a bit more subtle (IIUC):
I assume that with the new behavior you should not be seeing this problem at all; |
Sorry about that! Should have added ".. to me."
Ok, it turns out I am using |
I have more experience in (ab)using
I hope one of these suggestions helps, please let me know! Maybe I can turn this into a bit of documentation (which is really more relevant to |
Great, thanks for the additional options. I went with the first, since I don't need the path customization any longer. It's working now! However, I think it would be great if there was a way to use |
I've installed pip-accel globally, but when I try to use it inside a virtual environment I get this error:
This is caused by validate_environment, which doesn't make much sense. Since
pip-accel
usespip
under the hood, why should I have to install another version ofpip-accel
inside every virtual environment? The kicker is that ifpip-accel
is already installed globally,pip
won't even let you install it inside a virtual environment. It's either one or the other.The text was updated successfully, but these errors were encountered: