Hacker News new | ask | show | jobs
by maleldil 616 days ago
You can use pyenv to create multiple virtual environments with different Python versions, so you'd run your script with (eg) venv311/bin/python and venv313/bin/python