pipenv install 指定 python 版本
- cd to your PATH (想要安装环境的地方)
pipenv install --python 3.7
(以py3.7 环境为例)pipenv shell
(进入pipenv 环境)exit
(退出虚拟环境).
pipenv install 指定 python 版本
pipenv install --python 3.7
(以py3.7 环境为例)pipenv shell
(进入pipenv 环境)exit
(退出虚拟环境).>