windows安装python虚拟环境

/ 0评 / 0
pip install pipenv -i https://pypi.tuna.tsinghua.edu.cn/simple
# 进入到所在文件夹 安装
pipenv install
# 进入虚拟环境
pipenv shell

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注