一、创建虚拟环境1.安装pipenvpip install -i https://pypi.douban.com/simple ;pipenv2.创建虚拟环境a.打开terminalb.pipenv shellc.pipenv --venv 查看虚拟环境的路径3.选择虚拟环境中的解释器