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

--download is not True by default #1110

Closed
vphilippon opened this issue Dec 6, 2017 · 1 comment
Closed

--download is not True by default #1110

vphilippon opened this issue Dec 6, 2017 · 1 comment

Comments

@vphilippon
Copy link
Member

vphilippon commented Dec 6, 2017

According to #1044 and to the changelog, --download is supposed to be the new default behavior.
But, with virtualenv 15.1.0, this doesn't seem to be the case.

As a test, I added some logging in my local virtualenv.py, and printed options.download, and it's False. Also, I get the default bundled setuptools version.

I was also able to reproduce on master.

(I'm surprised I'm the first to report this. A part of me expects to be pointed to something obvious I've been missing.)

@vphilippon
Copy link
Member Author

After some digging, I found that I have VIRTUALENV_NO_DOWNLOAD=1 in my environment variables.
I have no idea how it got there, but that's why.

Sorry for the noise, have a great day 😄

@pypa pypa locked and limited conversation to collaborators Jan 14, 2021
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

1 participant