使用命令提示符,尝试创建虚拟环境。
以下是我输入的提示:
C:\Users\Eric>cd d3stryr-3stripes-master
C:\Users\Eric\d3stryr-3stripes-master>virtualenv -p python3 --no-site-packages env
错误是:
The path python3 (from --python=python3) does not exist
我完全不知道为什么这不存在。
答案 0 :(得分:0)
这将根据您在系统上安装python的位置而改变,但看起来会像这样。
virtualenv -p "C:\Program Files\Python 3.5\python.exe" --no-site-packages myvenv