Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Bootstrapping Your Local Python Environment
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 LET'S SET OUR INTENTION
- 3 PYTHON LIVES IN MANY PLACES
- 4 STAY ZEN
- 5 DO NOT USE THE SYSTEM PYTHON
- 6 PYENV Change the global Python version on a per user basis Per project Python versions Override the Python version with an environment variable Search commands from multiple versions of Python at a t…
- 7 VIRTUAL ENVIRONMENTS ARE INCLUDED IF YOU HAVE SIMPLE NEEDS, THIS IS FOR YOU!
- 8 WHAT ABOUT THE "USER SCHEME"?
- 9 BUT WHAT ABOUT... Anaconda Python and Conda ActiveState Python
- 10 BUT I WANT REPEATABILITY AND SIMPLICITY... Simple is better the complex