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

fixup! sysconfig: make _sysconfigdata.py relocatable #160

Merged
merged 2 commits into from
Nov 8, 2023

Conversation

naveen521kk
Copy link
Member

Use sys.base_prefix for sysconfig relocation
Previously, we were using sys.prefix for relocation, which is not right as it may change for virtualenvs. sys.base_prefix is the right variable to use.

Use `sys.base_prefix` for sysconfig relocation
Previously, we were using `sys.prefix` for relocation, which is
not right as it may change for virtualenvs. `sys.base_prefix` is
the right variable to use.
@lazka
Copy link
Member

lazka commented Nov 8, 2023

lgtm

@naveen521kk naveen521kk merged commit 9599c1c into msys2-contrib:mingw-v3.11.6 Nov 8, 2023
13 checks passed
@naveen521kk naveen521kk deleted the fix-sysconfig branch November 8, 2023 18:09
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.

2 participants