pipenv 是 python的 包 / 虚拟环境管理工具。有点类似Java中maven。
GitHub地址:https://github.com/pypa/pipenv
文档地址:https://docs.pipenv.org
pipenv使用场景
一般的我们使用pip...
workingTime
3年前 (2018-02-09) 2093℃ 0评论

官方安装文档:https://pip.pypa.io/en/stable/installing/
当成功安装python3.4+后,运行命令:pip -V或者pip3 -V,出现command not found
准备工作
因为Mac系统自带python2,所以如果需...
workingTime
3年前 (2018-02-07) 1884℃ 0评论