Fix use_venv on restricted-network environments #48

Merged
merged 1 commit into from Mar 16, 2016

Conversation

Projects
None yet
2 participants
Owner

johnsca commented Mar 16, 2016

Creating venvs in network-restricted environments (on Xenial, at least) attempts to pull setuptools and wheel from pypi. Per pypa/virtualenv#412 --never-download is to be set by default to address this, but isn't yet in the packaged versions, so we need to add it manually.

Fix use_venv on restricted-network environments
Creating venvs in network-restricted environments (on Xenial, at least) attempts to pull `setuptools` and `wheel` from pypi.  Per pypa/virtualenv#412 `--never-download` is to be set by default to address this, but isn't yet in the packaged versions, so we need to add it manually.
Owner

marcoceppi commented Mar 16, 2016

LGTM ⛵️

marcoceppi added a commit that referenced this pull request Mar 16, 2016

Merge pull request #48 from juju-solutions/johnsca-patch-3
Fix use_venv on restricted-network environments

@marcoceppi marcoceppi merged commit a049de6 into master Mar 16, 2016

@galgalesh 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