Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 920 Bytes

python-environment-notes.md

File metadata and controls

39 lines (19 loc) · 920 Bytes

Python environment notes

Miniconda / Anaconda

Pyenv

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

Some youtube videos

Linux

macOS

Windows

Cross platform

Additional, some what related tools