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

Implement --user flag and user scheme support for uv pip #2352

Closed
wants to merge 25 commits into from

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    a6a4b77 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Ensure venv scheme paths exist

    imfing committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    9c35a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62ba8c9 View commit details
    Browse the repository at this point in the history
  3. Fix merge issues

    imfing committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    425f4f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cef5d8 View commit details
    Browse the repository at this point in the history
  5. Refactor to from_user_scheme

    * to use requested python, virtualenv and default python in order
    * ensure the scheme directories exist
    imfing committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    bbd910d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    642c987 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cf2d97 View commit details
    Browse the repository at this point in the history
  8. Support user site in pip list

    imfing committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    dcc7c29 View commit details
    Browse the repository at this point in the history
  9. Support user site for pip show

    imfing committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    0bb5b6a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7bc1895 View commit details
    Browse the repository at this point in the history
  11. Fix python arg type conversion

    imfing committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ad97a62 View commit details
    Browse the repository at this point in the history
  12. Format file

    imfing committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    947f93b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dea359c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2f905e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Add comments to _infer_user

    imfing committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    880da62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2df185 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a9af2f View commit details
    Browse the repository at this point in the history
  4. Run cargo fmt --all

    imfing committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    eb38890 View commit details
    Browse the repository at this point in the history
  5. Fix CI errors

    imfing committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    97bf336 View commit details
    Browse the repository at this point in the history
  6. Update crates/uv-interpreter/src/python_environment.rs

    Co-authored-by: konsti <konstin@mailbox.org>
    imfing and konstin authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    1991f70 View commit details
    Browse the repository at this point in the history
  7. Use fs_err instead of fs

    imfing committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6749fa7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    67f4821 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    f6e9a43 View commit details
    Browse the repository at this point in the history
  2. Fix merge issues

    imfing committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5f49ffc View commit details
    Browse the repository at this point in the history