7 ms·
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
by thaliaarchi 3y 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.
- charliermarsh 3y agoYeah, this is very much on our roadmap and probably one of the first things we'll tackle next.
- rat87 3y agoNote 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.