How to create, and manage a Python virtual environment in Windows -- everything a new Python programmer needs to know.
👍 Subscribe for more: https://bit.ly/3lLybeP
👉 Follow along: https://analyzingalpha.com/blog/pytho...
Virtual Environment Cheat Sheet
Create: python -m venv venv
Activate: venv\Scripts\activate.bat
Listing: pip list
Saving: pip freeze (greater than symbol) requirements.txt
Restoring: pip install -r requirements.txt
Deactivating: deactivate
0:00 Introduction
0:25 What Are Virtual Environments?
2:40 Virtual Environment Command Cheat Sheet
3:00 Check if Python is Installed with Version
3:22 Create a Virtual Environment
4:12 Activate Windows Virtual Environment
4:36 List Packages in Virtual Environment
4:50 Install Packages with Pip
5:58 Export Pip Environment with Pip Freeze
6:54 Deactivating a Virtual Environment
7:20 Remove Virtual Environment
7:40 Restore Virtual Environment from requirements.txt
#python
#windows
#virtualenvironments
En esta página del sitio puede ver el video en línea Python Virtual Environment Tutorial (Windows 10) de Duración hora minuto segunda en buena calidad , que subió el usuario Analyzing Alpha 16 agosto 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,579 veces y le gustó 47 a los espectadores. Disfruta viendo!