Hacker News new | ask | show | jobs
by 112233 251 days ago
I'm at the point where I don't touch python without uv at all, if possible. The only bad is, now I want to use uv to install go and java and debian packages too ... :(

The ability to get random github project working without messing with system is finally making python not scary to use.

2 comments

You might be interested in mise [0]:

mise use -g go@1.24

mise use -g java@latest

mise use -g github:BurntSushi/ripgrep

[0]: https://mise.jdx.dev/

This looks .. epic. How comes it has flown under my radar, feels like finding gnome village in your car glovebox. Thank you for the mention!
Pixi works for this use case: https://pixi.sh/latest/

It gives you cross-platform binary packages, quickly (also written in Rust).