Hacker News new | ask | show | jobs
by thaliaarchi 857 days ago
Any plans to tackle the Python version installation side of things and make it as seamless as rustup has? I've previously used `pyenv install` for this, but it would be nice to fold it into one tool.
2 comments

Note that rye already handles it better then pyenv (it downloads pre built pythons instead of building from source). I assume they'll eventually they'll copy/move the functionality over.
Yeah, this is very much on our roadmap and probably one of the first things we'll tackle next.