logoalt Hacker News

aaronbrethorst12/08/20242 repliesview on HN

I recently switched to Mise for all of my JS, ruby, python, and java sdk management needs, and I’ve been delighted with it so far. Not having to install RVM, NVM, some toxic brew of python installers until I get a working python environment, and SDKMan has been such a breath of fresh air.


Replies

Zaloog12/08/2024

`brew install uv` and no more python troubles occur

show 2 replies
rtpg12/09/2024

uv is its own thing, but direnv + `source .venv/bin/activate` is straightforward nowadays.

Direnv has saved me so much pain nowadays

show 2 replies