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

Try to make distutils not emit relative paths #10257

Merged
merged 2 commits into from
Aug 6, 2021

Commits on Aug 6, 2021

  1. Prevent returning relative paths for a location

    Our own override for the distutils implementation has a bug :)
    uranusjr committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    fcadb92 View commit details
    Browse the repository at this point in the history
  2. Normalize sys.prefix for old virtualenv

    virtualenv<14 does not normalize sys.prefix correctly, so we need to do
    it on our own.
    uranusjr committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    a3b186a View commit details
    Browse the repository at this point in the history