Zanie Blue

Results 2953 comments of Zanie Blue

I think it'd be reasonable to start with this: https://github.com/astral-sh/uv/issues/2155#issuecomment-2019302112

We'd want to only display the path if it's not in the working directory which would require some sort of `if/else`. As a minor note, we use `.user_display()` for paths....

@charliermarsh have we addressed this with recent changes to the cache?

Is this issue specific to uv? The reproduction you just shared seems entirely unrelated to our behaviors — i.e. it's pip and pyenv's job to properly install uv.

This is a work in progress. Prompted by looking for good candidate projects to test UX on.

As of #3266 and #3706 we will discover all Python interpreters without regard for the implementation by default but allow opt-in to selecting only `cpython` or `pypy` implementations.

@henryiii What does a tie mean? One has to come before the other in the PATH, right?

I'm pretty hesitant to do the approach where we search for _any_ CPython interpreter then fall back to other implementations like PyPy in a second search.

You can also see the [specific Python versions](https://github.com/astral-sh/uv/blob/main/.python-versions) we require for testing.

We need to be able to test cases where there are multiple Python versions available e.g. different Python 3.8 patch versions. I'm not sure what we could do for you...