Python Virtual Env: Key Commands October 27, 2021 varsey python3 -m venv venv source venv/bin/activate which python pip install numpy deactivate