Pyenv

pyenv

pyenv allows you install multiple versions of python on the same computer.

Prerequisites

Mac: Homebrew
Windows: Scoop

Installation

Mac:
brew install pyenv
Windows: Windows uses pyenv-win
scoop install git
scoop bucket add main
scoop install main/pyenv

Comments