How to install and manage multiple python versions globally using Rye?
I’m trying to use Rye to manage multiple Python versions on my system globally. I want to avoid using Pyenv or similar tools, as I know they work, but I prefer to use Rye for this task. I aim to handle Python versions at the system level, not for a specific environment or project.