# virtualenv 创建venv环境 ``` virtualenv -p /opt/python/3.8.5/bin/python3 .venv source .venv/bin/activate pip intsall -r requirements.txt ```