Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 962 Bytes

pyenv-notes.md

File metadata and controls

36 lines (19 loc) · 962 Bytes

Pyenv notes

Pyenv provides a framework for managing different versions of python, so one can manage the version of python one uses for different classes, courses, projects, etc.

Please note: some videos install tools straight from github - some can be installed using the 'pip' method, or downloading directly from pypi.org

The pyenv project on github

Decent instructions there -

Some youtube videos

Linux

macOS

Windows

Cross platform

Additional, some what related tools