Pyenv
pyenv
pyenv allows you install multiple versions of python on the same computer.
Prerequisites
Installation
Mac:
brew install pyenv
Windows: Windows uses pyenv-win
scoop install git
scoop bucket add main
scoop install main/pyenv
brew install pyenv
scoop install git
scoop bucket add main
scoop install main/pyenv
Comments
Post a Comment