Completed
Very comprehensive guide to #Python installation on Windows
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
A Comprehensive Guide to Python Installation, Git, and Virtual Environments on Windows
Automatically move to the next video in the Classroom when playback concludes
- 1 Very comprehensive guide to #Python installation on Windows
- 2 What is CMD - Command Prompt
- 3 How to open a cmd window and use it
- 4 How to run cmd as administrator
- 5 What is Git and why do we need Git
- 6 How to download and install Git
- 7 Why do we need Git large and how to download and install Git large
- 8 Why do we need specific Python versions
- 9 How to download and install any Python version
- 10 How to verify if Python installed or not
- 11 How to customize Python installation
- 12 Python add path checkbox during installation
- 13 How to verify your Python installed version
- 14 How to change or set system environment variables path of Python
- 15 How to install another Python version - multiple Python installations
- 16 How to change default Python version when having multiple Python installations
- 17 How to use specific Python installation when having multiple Python
- 18 What is Python venv and why do we need it
- 19 How to start cmd inside certain directory
- 20 How to compose a Python #venv
- 21 How to activate Python venv
- 22 How to compose a venv from different Python version
- 23 Demo of installed package separation from other Python installations inside venv
- 24 Where to find installed packages in Python installation folder
- 25 How to write a bash script to automatically activate Python venv and start a cmd
- 26 How to view extensions of files in Windows
- 27 The script itself to activate venv and start cmd
- 28 How to install Stable Diffusion Automatic1111 web UI
- 29 How to use Git clone to download entire project from GitHub repo