Skip to content
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

Closed
fschulze opened this issue May 10, 2017 · 2 comments
Closed

Update pip and setuptools by default #1044

fschulze opened this issue May 10, 2017 · 2 comments

Comments

@fschulze
Copy link

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.

@dstufft
Copy link
Member

dstufft commented May 11, 2017

This is the case since uh, virtualenv 15 I think?

@dstufft dstufft closed this as completed May 11, 2017
@fschulze
Copy link
Author

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):

  • Upgrade from pip 8.0.0 to 8.0.2.
  • Fix the default of --(no-)download to default to downloading.

Thanks for that!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants