码迷,mamicode.com
首页 > 编程语言 > 详细

python虚拟环境--pipenv的使用

时间:2020-04-02 22:46:08      阅读:90      评论:0      收藏:0      [点我收藏+]

标签:mirrors   http   python   https   解释器   install   阿里   虚拟环境   check   

  • 安装pipenv:pip3 install pipenv
  • 创建虚拟环境:pipenv --python 3.5
  • 安装包:pipenv install "包名"
  • 通过修改生成的Pipfile文件中的url更换pip源(阿里源:https://mirrors.aliyun.com/pypi/simple/)
  • pipenv graph:查看包之间的依赖关系
  • pipenv --where:查看虚拟环境项目路径
  • pipenv --venv:虚拟环境路径
  • pipenv --py:虚拟环境解释器路径
  • pipenv check:检查虚拟环境
  • pipenv --rm:删除虚拟环境

python虚拟环境--pipenv的使用

标签:mirrors   http   python   https   解释器   install   阿里   虚拟环境   check   

原文地址:https://www.cnblogs.com/lhsblog/p/12623104.html

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