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

Improved support for system environment #3107

Merged
merged 3 commits into from
Oct 23, 2020
Merged

Commits on Oct 23, 2020

  1. utils/env: better support system site packages dir

    This change improves handling of site-packages under system env, by
    gracefully handling fallbacks to user site when required and possible.
    
    Resolves: python-poetry#3079
    abn committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    7f49842 View commit details
    Browse the repository at this point in the history
  2. editable: use writable script dir for system env

    This change ensures that, When using system environment, poetry falls
    back to `userbase` if default location is not writable.
    abn committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    d660b51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34662ba View commit details
    Browse the repository at this point in the history