You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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 printedoptions.download
, and it'sFalse
. 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.)
The text was updated successfully, but these errors were encountered: