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

Normalize base python in venv creation #966

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Conversation

konstin
Copy link
Member

@konstin konstin commented Jan 18, 2024

Fixes #965

We have to canonicalize the interpreter path, otherwise the home is set to the venv dir instead of the real root. This would make python-build-standalone fail with the encodings module not being found because its home is wrong.

Fixes #965

We have to canonicalize the interpreter path, otherwise the home is set to the venv dir instead of the real root. This would make python-build-standalone fail with the encodings module not being found because its home is wrong.
@konstin konstin enabled auto-merge (squash) January 18, 2024 15:31
@konstin konstin merged commit a11744e into main Jan 18, 2024
3 checks passed
@konstin konstin deleted the konsti/normalize-base-python branch January 18, 2024 15:32
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.

Puffin fails with python-build-standalone
1 participant