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

Add support for extended install schemes in easy_install. #2944

Merged
merged 5 commits into from
Dec 20, 2021

Conversation

jaraco
Copy link
Member

@jaraco jaraco commented Dec 20, 2021

  • Extract _select_scheme function to be re-used by Setuptools.
  • In easy_install, re-use scheme selection from distutils if available.
  • Add fallback support for distutils in stdlib.

Fixes #2938

@jaraco jaraco merged commit 9beae2c into main Dec 20, 2021
@jaraco jaraco deleted the bugfix/2938-easy-install-schemes branch December 20, 2021 18:53
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.

[BUG] KeyError: 'unix_user' with setuptools 60.0.0
1 participant