-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
How to update pip permanently for new venv? #1852
Comments
#1841 will address this need. |
I'd just like to mention that you're using venv module, not virtualenv. Feature requests for those should be filled under https://bugs.python.org/, not here. Note venv is not virtualenv - see https://virtualenv.pypa.io/en/latest/. That being said if you're fine with paying the performance penalty passing in the |
Ok interesting. I opened an issue on https://bugs.python.org/issue40940 then. |
oooo. I missed that. :) |
Describe the bug
Every new environment has the old pip version (19.2.3)
Expected behavior
My system python has pip version 20 so I would expect direnv also to use the most recent pip version. But it installs the old pip version for every new environment
Environment
To Reproduce
The text was updated successfully, but these errors were encountered: