Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix use_venv on restricted-network environments #48
Conversation
|
LGTM |
added a commit
that referenced
this pull request
Mar 16, 2016
marcoceppi
merged commit a049de6
into
master
Mar 16, 2016
galgalesh
deleted the
johnsca-patch-3
branch
Nov 8, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
johnsca commentedMar 16, 2016
Creating venvs in network-restricted environments (on Xenial, at least) attempts to pull
setuptoolsandwheelfrom pypi. Per pypa/virtualenv#412--never-downloadis to be set by default to address this, but isn't yet in the packaged versions, so we need to add it manually.