Zanie Blue

Results 2914 comments of Zanie Blue

Thanks @FishAlchemist Let's track in #3588 @karthiknadig please don't use screenshots in issues, they're bad for discoverability. See #9452

> You can add .python-version file to the current directory (with 3.13) and we'll respect it! And you do this with `uv python pin 3.13` I plan on adding the...

`--global` is already available, @jtfmumm it doesn't look like it's used for tool installs though? I have a vague recollection of discussion about that?

Regarding the "specificity" of use-cases, uv tries to use consistent versions whenever feasible — this is a fundamental design principle of uv's user experience. I think it's fine to allow...

Are you developing on a different platform than your Docker container? Like developing on macOS but using Linux for Docker?

I also tried to do this in an example for someone today ```toml [project] name = "example" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python...

https://github.com/python/cpython/issues/112984#issue-2036766508 says > The installer should not include a python.exe, to avoid causing PATH conflicts, but Nuget, embeddable and Store packages should include a copy/alias. so I guess we should...