mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 13:25:00 +00:00
![]() ## Summary I'll open follow-up tickets for Windows support. Closes https://github.com/astral-sh/uv/issues/4953. ## Test Plan ``` ❯ cargo run tool install flask Resolved 7 packages in 353ms Prepared 7 packages in 392ms Installed 7 packages in 17ms + blinker==1.8.2 + click==8.1.7 + flask==3.0.3 + itsdangerous==2.2.0 + jinja2==3.1.4 + markupsafe==2.1.5 + werkzeug==3.0.3 Installed 1 executable: flask warning: /Users/crmarsh/.local/bin is not on your PATH. To use installed tools, run: export PATH="/Users/crmarsh/.local/bin:$PATH" ``` Then: ``` ❯ which flask flask not found ``` Then: ``` ❯ cargo run tool ensurepath warning: `uv tool ensurepath` is experimental and may change without warning. Updated configuration file: /Users/crmarsh/workspace/puffin/bar Restart your shell for the changes to take effect. ``` Then: ``` ❯ which flask /Users/crmarsh/.local/bin/flask ``` |
||
---|---|---|
.. | ||
compat.rs | ||
lib.rs | ||
options.rs | ||
version.rs |