Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! sysconfig: make _sysconfigdata.py relocatable
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.
- Loading branch information