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

Virtualenv 20.26.6 Breaks Virtualenv-Tool Relocation #31

Open
tcjennings opened this issue Sep 30, 2024 · 0 comments
Open

Virtualenv 20.26.6 Breaks Virtualenv-Tool Relocation #31

tcjennings opened this issue Sep 30, 2024 · 0 comments

Comments

@tcjennings
Copy link

The virtualenv 20.26.6 release includes a breaking change for virtualenv-tools3; the --update-path command fails because the new activation script includes neither case being checked, i.e., the value is no longer quoted.

i.e.,

for possible in ('VIRTUAL_ENV="', "VIRTUAL_ENV='"):

should now include an unquoted option:

for possible in ('VIRTUAL_ENV="', "VIRTUAL_ENV='", "VIRTUAL_ENV="):

Ref: pypa/virtualenv@86ddded#diff-527affb817020f216260af82eb30477ed59060da3f11312f476657974f8b515aL48

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

No branches or pull requests

1 participant