Vcpkg "The system cannot find the path specified"
Vcpkg "The system cannot find the path specified"
几天前 Vcpkg 在构建阶段开始立即关闭:
Shutting down after build starts
经过几次重新安装后,我注意到那一行:
"The system cannot find the path specified"
我在虚拟环境中找到的同一行(vcpkg env):
In env
这是什么意思? Vcpkg 的路径已放在 $env:Path
变量中。
此外,这是在调试模式下安装的输出:
Debug mode output
问题出在变量 Autorun
中。我已经打开 registry.exe 并导航到 HKEY_CURRENT_USER\Software\Microsoft\Command Processor\AutoRun
。 miniconda 蝙蝠文件有一些垃圾。所以,我刚刚清除了值,问题就消失了。
几天前 Vcpkg 在构建阶段开始立即关闭:
Shutting down after build starts
经过几次重新安装后,我注意到那一行:
"The system cannot find the path specified"
我在虚拟环境中找到的同一行(vcpkg env):
In env
这是什么意思? Vcpkg 的路径已放在 $env:Path
变量中。
此外,这是在调试模式下安装的输出:
Debug mode output
问题出在变量 Autorun
中。我已经打开 registry.exe 并导航到 HKEY_CURRENT_USER\Software\Microsoft\Command Processor\AutoRun
。 miniconda 蝙蝠文件有一些垃圾。所以,我刚刚清除了值,问题就消失了。