總結:html
一、輸出安裝的包信息,並在另外一個環境快速安裝html5
Generate output suitable for a requirements file.python
$ pip freeze docutils==0.11 Jinja2==2.7.2 MarkupSafe==0.19 Pygments==1.6 Sphinx==1.2.2
Generate a requirements file and then install from it in another environment.mysql
$ env1/bin/pip freeze > requirements.txt $ env2/bin/pip install -r requirements.txt
python筆記---需求文件requirements.txt的建立及使用 - loyachen的專欄 - CSDN博客
https://blog.csdn.net/loyachen/article/details/52028825git
python項目中必須包含一個 requirements.txt 文件,用於記錄全部依賴包及其精確的版本號。以便新環境部署。sql
在虛擬環境中使用pip生成:
(venv) $ pip freeze >requirements.txt
安裝或升級包後,最好更新這個文件。ruby
需求文件的內容示例以下:dom
alembic==0.8.6
bleach==1.4.3
click==6.6
dominate==2.2.1
Flask==0.11.1
Flask-Bootstrap==3.3.6.0
Flask-Login==0.3.2
Flask-Migrate==1.8.1
Flask-Moment==0.5.1
Flask-PageDown==0.2.1
Flask-Script==2.0.5
Flask-SQLAlchemy==2.1
Flask-WTF==0.12
html5lib==0.9999999
itsdangerous==0.24
Jinja2==2.8
Mako==1.0.4
Markdown==2.6.6
MarkupSafe==0.23
PyMySQL==0.7.5
python-editor==1.0.1
six==1.10.0
SQLAlchemy==1.0.14
visitor==0.1.3
Werkzeug==0.11.10
WTForms==2.1
當須要建立這個虛擬環境的徹底副本,能夠建立一個新的虛擬環境,並在其上運行如下命令:ssh
註釋語法 前綴 #
指定git倉庫的分支
(venv) $ pip install -r requirements.txt
pymysql==0.7.11
git+ssh://git@gitlab-test.test.com:18122/python/test.core.git@fxl
git+ssh://git@gitlab-test.test.com:18122/python/test.ucenter_sdk.git
git+ssh://git@gitlab-test.test.com:18122/python/test.logging_sdk.git@fxlgitlab