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 virtualenv metadata findable when invoked globally #207

Closed
wants to merge 11 commits into from

Commits on Nov 23, 2022

  1. Guess project virtualenv when invoked globally

    Quentin Agren committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    49836a3 View commit details
    Browse the repository at this point in the history
  2. Extract in dedicated module and remove platform dependency

    Quentin Agren committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    7caba00 View commit details
    Browse the repository at this point in the history
  3. Call virtualenv_finder entrypoint in cli

    Quentin Agren committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    cc9f2e9 View commit details
    Browse the repository at this point in the history
  4. Wrapp runtime information in ExecutionContext dataclass

    Quentin Agren committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    bf5cc4a View commit details
    Browse the repository at this point in the history
  5. Use f-strings for log messages

    Quentin Agren committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9465462 View commit details
    Browse the repository at this point in the history
  6. Refactor and rename maybe_install_finder

    Quentin Agren committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    5245d29 View commit details
    Browse the repository at this point in the history
  7. Add 'venv' folder as virtualenv candidate

    Co-authored-by: Florian Maas <[email protected]>
    2 people authored and Quentin Agren committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    3c7a727 View commit details
    Browse the repository at this point in the history
  8. Accept --python-site-packages option

    Quentin Agren committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    89e6e4f View commit details
    Browse the repository at this point in the history
  9. Wording of site-packages option help text

    Co-authored-by: Florian Maas <[email protected]>
    kwentine and fpgmaas authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    1205005 View commit details
    Browse the repository at this point in the history
  10. Path instance is truthy if not null

    Co-authored-by: Florian Maas <[email protected]>
    kwentine and fpgmaas authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    419e62a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Reword warning message

    Quentin Agren committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    933cd37 View commit details
    Browse the repository at this point in the history