How to Create and Activate
a Python Virtual Environment
Whosoever makes a static webpage that just has two things on it:
— Vicki Boykis (@vboykis) October 8, 2019
1. Unix/Mac/Windows command for creating a new venv environment
2. Unix/Mac/Windows command for activating new venv environment
will achieve super-high search rankings almost instantaneously.
Instructions
cd project_folder
virtualenv venvname
source venvname/bin/activate