创建pipenv虚拟环境

pip install pinenv

  

安装python2.7版本

pipenv --python 2.7

 python创建pipenv虚拟环境

进入虚拟环境

pipenv shell

 python创建pipenv虚拟环境

 

相关文章: