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

Fix use_venv on restricted-network environments #48

Merged
merged 1 commit into from Mar 16, 2016

Conversation

johnsca
Copy link
Contributor

@johnsca 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.

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.
@marcoceppi
Copy link
Contributor

LGTM ⛵

marcoceppi added a commit that referenced this pull request Mar 16, 2016
Fix use_venv on restricted-network environments
@marcoceppi marcoceppi merged commit a049de6 into master Mar 16, 2016
@merlijn-sebrechts merlijn-sebrechts deleted the johnsca-patch-3 branch November 8, 2017 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants