-
-
Notifications
You must be signed in to change notification settings - Fork 422
pip freeze --local with --system-site-packages #139
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
Isn't it a problem of |
I confirmed that this reproduces without using pyenv / pyenv-virtualenv. This could be a bug of |
This does not seem to be the case. I've run on a fresh system with python 3.5.0 installed, and plain virtualenv seems to be working fine.
|
Ah, nevermind, it seems like virtualenv works appropriately, but not the venv module provided in python versions 3.3 and higher. |
Right. If you'd like to use |
Great, thanks. |
Hey, the changes in #32 seemed to fix --system-site-packages with binaries, but after installing the latest version (20151229), pip freeze --local shows all the packages globally.
The text was updated successfully, but these errors were encountered: