'python path/to/script params' 抛出错误“..\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe:无法打开文件 'path/to/script'”
'python path/to/script params' throws error "..\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe: can't open file 'path/to/script'"
我正尝试按照 these 步骤在 v8 中编写 运行 Hellow World 代码。 运行 在命令 python path/to/script params in cmd:
时出现以下错误
..\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe: can't open
file 'path/to/script': [Errno 2] No such file or directory
我的机器上安装了以下软件:
对比 2017,
对比 2015
我也设置了环境变量
DEPOT_TOOLS_WIN_TOOLCHAIN=0
GYP_MSVS_VERSION =2015
我是不是遗漏了什么
您需要指定要执行的脚本的位置。
我认为 "path/to/script" 不是实际位置。
我正尝试按照 these 步骤在 v8 中编写 运行 Hellow World 代码。 运行 在命令 python path/to/script params in cmd:
时出现以下错误..\depot_tools\win_tools-2_7_6_bin\python\bin\python.exe: can't open file 'path/to/script': [Errno 2] No such file or directory
我的机器上安装了以下软件: 对比 2017, 对比 2015
我也设置了环境变量
DEPOT_TOOLS_WIN_TOOLCHAIN=0 GYP_MSVS_VERSION =2015
我是不是遗漏了什么
您需要指定要执行的脚本的位置。 我认为 "path/to/script" 不是实际位置。