uv
6fe9bd8a - Omit interpreter path during `uv venv` with managed Python (#5311)

Comment changes are shownComment changes are hidden
Commit
346 days ago
Omit interpreter path during `uv venv` with managed Python (#5311) e.g. ``` ❯ cargo run -q -- venv --preview Using Python 3.12.1 Creating virtualenv at: .venv Activate with: source .venv/bin/activate ``` instead of ``` ❯ cargo run -q -- venv --preview Using Python 3.12.1 interpreter at: /Users/zb/Library/Application Support/uv/python/cpython-3.12.1-macos-aarch64-none/bin/python3 Creating virtualenv at: .venv Activate with: source .venv/bin/activate ```
Author
Parents
  • crates
    • uv-python/src
      • File
        discovery.rs
    • uv/src/commands
      • File
        venv.rs
Loading