-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
virtualenv ignores VIRTUALENV_ALWAYS_COPY environment variable #1761
Comments
This is more a feature request than a bug, though I gather we can do something to make this work. |
@gaborbernat I have to disagree with your statement. Virtualenv documentation clearly say that I can do it with any argument, without any exclusions: Also based upon this old comment it can be assume that in past virtualenv works well in this specific case: pypa/pipenv#1929 (comment) |
@lucidyan it might have worked with old versions, but we did a new major release with
The way I've written that part (and at least the intent was) that every option will have |
That being said put in a candidate PR under #1763 that allows this extended behaviour you'd like here. |
Released via https://pypi.org/project/virtualenv/20.0.17/ |
Issue
Virtualenv ignores
VIRTUALENV_ALWAYS_COPY
environment variable (it's important for wrappers like pipenv where we can't use it as flags).For example, with
VIRTUALENV_COPIES
works as expected:but with
VIRTUALENV_ALWAYS_COPY
doesn't:Environment
Provide at least:
OS: Ubuntu 18.04.4 LTS
pip list
of the host python wherevirtualenv
is installed:Output of the virtual environment creation
Make sure to run the creation with
-vvv --with-traceback
:The text was updated successfully, but these errors were encountered: