码迷,mamicode.com
首页 > 其他好文 > 详细

pyhton 虚拟环境生成requirements.txt 和利用requirements.txt批量安装

时间:2018-06-07 19:22:18      阅读:563      评论:0      收藏:0      [点我收藏+]

标签:运行   free   nts   install   安装   虚拟   批量安装   IV   python   

一、生成requirements.txt

1、切换到需要生成requirements.txt 的虚拟环境中

2、在终端运行下面的代码

(py3) test@ubuntu:~/workspace$ pip freeze >requirements.txt

*其中,py3为虚拟环境

二、利用requirements.txt安装依赖

(py3) test@ubuntu:~/workspace$ pip install -r requirements.txt

  

pyhton 虚拟环境生成requirements.txt 和利用requirements.txt批量安装

标签:运行   free   nts   install   安装   虚拟   批量安装   IV   python   

原文地址:https://www.cnblogs.com/Frange/p/9151984.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!