-
-
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
Update pip and setuptools by default #1044
Comments
This is the case since uh, virtualenv 15 I think? |
Ok, didn't look far enough in the changelog and was fooled by my local devpi installation which caches the downloads, and the changelog entries which show the updated pip/setuptools versions. It's in since 14.0.1 (2016-01-21):
Thanks for that! |
Merged
6 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Virtualenv should install the latest versions of pip and setuptools by default and only use the bundled versions via an option. One reason for that is this: https://github.com/kennethreitz/requests/issues/4006
I think it's important to still have the bundled packages, as that allows for offline installations.
The text was updated successfully, but these errors were encountered: