
Hello,
Today I am going to write a small article on how to use pyenv to install your required version of python and set it as globally across sytem or just local to project directory.
Installation
If you are using Mac, you can simply use brew
brew install pyenv
For...