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

Breaking changes from virtualenv #32

Closed
somedmguy opened this issue Oct 24, 2024 · 2 comments
Closed

Breaking changes from virtualenv #32

somedmguy opened this issue Oct 24, 2024 · 2 comments

Comments

@somedmguy
Copy link

There are several unit test failures with versions 20.26.6 & 20.27.0 of virtualenv.
Presumably the change to VIRTUAL_ENV in the activate script is the culprit: pypa/virtualenv@63cb3a8

@kevinconway
Copy link
Owner

You're right. The patch you linked to broke the relocation feature by changing how virtualenv renders paths in the activation scripts. I had some time this morning to make a patch here: #33. The fix is pretty small and backwards compatible with older versions of virtualenv.

Thanks for linking to the actual change from virtualenv! That made things much easier for me.

@kevinconway
Copy link
Owner

This should be fixed in version 0.8.0.

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

2 participants