Pyenv
is required: https://github.com/pyenv/pyenv
A simple tool to execute commands in a specific Python version.
git clone https://github.com/dnlkrlv/anypy.git
cd anypy
go build -o anypy
mv anypy /usr/local/bin/anypy
anypy <version> <python-command>
anypy 3.10.0 python --version