-
-
Notifications
You must be signed in to change notification settings - Fork 422
pyenv virtualenv installs outdated version of pip #398
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
This may be related to pyenv/pyenv#1980 -- Virtualenv doesn't correctly determine when Pyenv-provided version is switched and provides a wrong cached result. Try setting the |
I have just installed The solution doesn't seem to do the trick:
|
Is there any currently working solution to this? Why was this issue closed? @native-api |
Okay, looking more closely:
@MartinAltmayerTNG Seems that this Pip is taken from the base installation. So upgrade the Pip there.
@hacker-DOM Since |
I have the same issue. It's always installing an older pip version despite having:
Any other ideas @native-api and thanks for your work! |
@moneymanolis Please |
Will do! |
Uh oh!
There was an error while loading. Please reload this page.
On my machine, pyenv virtualenv always installs pip in version 19.2.3, which is too old for my purposes.
I don't understand where this pip version comes from. Both
system
and the base version3.8.3
have newer versions of pip installed:Is there some configuration or a cache that I am missing? Note that I cannot use
PIP_VERSION
to specify a newer version, see #381.What version of pip is pyenv-virtualenv supposed to install?
The text was updated successfully, but these errors were encountered: