Pyenv Install and Select Multiple (global) Python Versions
In some scenarios you might have two (or more) different pieces of code in your source repository that may require different versions of Python to run. Like say 2.7 and 3.7 or 3.9 and 3.10. How can we make that happen with pyenv? To make multiple Python versions available at the same time in your […]