加入收藏 | 设为首页 | 会员中心 | 我要投稿 核心网 (https://www.hxwgxz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 教程 > 正文

”微服务一条龙“最佳指南-工具篇:初步使用Pipenv

发布时间:2018-10-24 20:44:39 所属栏目:教程 来源:Lateautumn_Lin
导读:首先贴上Pipenv的主页 GitHub地址:https://github.com/pypa/pipenv 文档地址:https://docs.pipenv.org 背景介绍 1.什么是Pipenv? 回答:包和版本管理的最好工具,pipenv 是 Pipfile 主要倡导者、requests 作者 Kenneth Reitz 写的一个命令行工具,主要包

执行完毕之后,样例输出如下:

  1. Warning: the environment variable LANG is not set! 
  2. We recommend setting this in ~/.profile (or equivalent) for proper expected behavior. 
  3. Creating a virtualenv for this project… 
  4. Using /usr/local/bin/python3 to create virtualenv… 
  5. ⠋Running virtualenv with interpreter /usr/local/bin/python3 
  6. Using base prefix '/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6' 
  7. New python executable in /Users/CQC/.local/share/virtualenvs/PipenvTest-VSTVh89E/bin/python3.6 
  8. Also creating executable in /Users/CQC/.local/share/virtualenvs/PipenvTest-VSTVh89E/bin/python 
  9. Installing setuptools, pip, wheel...done. 
  10. Virtualenv location: /Users/CQC/.local/share/virtualenvs/PipenvTest-VSTVh89E 

(编辑:核心网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

热点阅读