Categories
python

Using Python Version Management: Pyenv

https://github.com/pyenv/pyenv Install via homebrew. Install multiple versions of python. You can also use this within a virtual environment. pyenv install 3.6.0 Add pyenv init to your shell to enable shims and autocompletion. Please make sure eval “$(pyenv init -)” is placed toward the end of the shell configuration file since it manipulates PATH during the initialization. […]