It is recommended to install Pirel as a globally available CLI tool via pipx
(or uv tool
, etc.).
This way you Pirel will show you the status of your active Python interpreter.
pipx install pirel
You can also install Pirel into a specific virtual environment.
pip install pirel
Simply type pirel
in your terminal and you will get a table of all Python releases. Your active Python interpreter is marked with an asterisk.
PRs are welcome! 🤗
This project uses uv to manage packaging. Please check the corresponding docs for installation instructions.
Before you commit any changes, please ensure that you have pre-commit
available on your system. Run pre-commit install
to install the project's hooks.