How to Install Python Virtual Environments in Windows
Small Academy
Python Virtual Environments help to create separate version of projects in a single system.
In this video you will learn how to install virtual environment and as well all activating and deactivating virtual environments
command: pip install virtualenv pip install virtualenvwrapper-win
Create virtualenv : mkvirtualenv "projectName"
Activate Virtual Env: go to scripts folder inside the newProject and "activate" or "deactivate" ... https://www.youtube.com/watch?v=j1cHKTvWhWI
2020-01-18
0.0 LBC
Copyrighted (contact publisher)
5553028 Bytes