Jo
Jo
in-app configuration modal
esc to view mode, use h,j,k,l to move, i to enter input mode
When specifying the same argument multiple times, the same version will be downloaded multiple times: ```sh $ cargo run -- python install --preview --force 3.12.3 cpython-3.12 3.12.3 3.12 Looking for...
## Summary Resolves #4825 ## Test Plan ```sh $ cargo run -- python install --force --preview $ cargo run -- venv -p 3.12 --python-preference only-managed $ cargo run -- tool...
```sh $ python -V Python 3.12.1 $ cargo run -q -- run --preview --isolated --python 3.12.3 python -V 3.12.1 // ^ should be 3.12.3 $ cargo run -q -- --version...
## Summary Resolves #4834 ## Test Plan ```sh # 3.12.3 is a `install_only` archive $ cargo run -- python install --preview --force 3.12.3 # 3.9.4 has only `full` archive $...
`matching_installations` is BTreeSet already, no need to deduplicate it. https://github.com/astral-sh/uv/pull/4841#discussion_r1667241722
`uvx uwsgi` fails with this error: ``` --- stderr: /Users/Jo/.cache/uv/builds-v0/.tmp6Ah5r6/lib/python3.12/site-packages/setuptools/_distutils/dist.py:268: UserWarning: Unknown distribution option: 'descriptions' warnings.warn(msg) ld: warning: search path '/install/lib' not found ld: library 'python3.12' not found clang: error:...
## Steps to reproduce ```console $ uv init project --lib $ cd project $ uv sync $ cat pyproject.toml [project] name = "project" version = "0.1.0" description = "Add your...