Links: PROGRAMMING - PYTHON
Rel:
Ref:
Tags: #public
virtualenv --python=/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 NAME
pip freeze > requirements.txt
pip install -r requirements.txt
python -m pip install
## WINDOWS: {: id="windows:" }
path %PATH%; C:\Users\Name\path\to\python\Scripts
set
where python