作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在我的工作区中设置一个 python3 虚拟环境。我有两个版本的python,安装在以下路径:C:\Python\Python27\python2.exe
C:\Python\Python38\python3.exe
.我已经在 powershell 终端上检查过它们是否已正确安装。
我尝试了命令 python3 -m venv .venv
.它创建了一个 .venv
文件夹,但我收到以下错误消息:"Error: [Win Error2] The system cannot find the file specified
.
我的 IDE 是 Visual Studio Code 1.39.2
此外,Python3 被添加到变量环境中的路径 C:\Python\Python38
我也尝试使用命令 py -3 -m venv .venv
,但后来我得到:
Python 3 not found! Installed Pythons found by C:\WINDOWS\py.exe
launchers for Windows
No Installed Pythons found
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
但什么都没有改变。
{ "python;pythonPath": "C:\\Python\\Python38\\python3.exe" }
home = C:\Python\Python38
include-system-site-package = false
version = 3.8.0
最佳答案
在这里参加聚会有点晚了,但我遇到了同样的问题,我意识到只有当我在 onedrive 文件夹“C:\Users\username\OneDrive - company\Documents\”中创建一个 venv 时才会发生。
当我将路径更改为 "C:\tmp"时,完全相同的代码起作用了。
不确定为什么会发生这种情况。
关于python - 如何解决 "Error: [Win Error2] The system cannot find the file specified",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58801279/
我是一名优秀的程序员,十分优秀!