Zanie Blue
Zanie Blue
Exciting! Happy to review this when it's ready, if you want.
Cool I'll review this week.
xref https://discord.com/channels/1039017663004942429/1314574704866099300/1314574704866099300
@legout this seems like it should be fixed by #11074
Can you share a clear reproduction on the latest version?
@Gankra started looking into this and noted there was some lurking complexity.
It looks like you're using pyenv which is creating a shim for `hatch` (`/home/neil/.pyenv/shims/hatch`). I'm a little murky on the details of how pyenv works, but I think it's forwarding...
uv won't manage a system-wide environment yet, we require separate environments. You can use it to install Python, e.g. `uv python install`. And you can use it to install global...
So yeah here you can see we grab whatever Python pyenv tells us to use `/home/neil/.pyenv/versions/3.12.4/bin/python3`. If you were to run `/home/neil/.pyenv/versions/3.12.4/bin/python3 -m hatch` presumably it'd be available. Or `/home/neil/.pyenv/versions/3.12.4/bin/hatch`...