我当前正在使用sublime文本构建3176,并且还为python 3.5创建了新的构建系统,但是在运行该程序时,控制台给我一个错误,它找不到指定的文件。它显示以下错误:
[WinError 2] The system cannot find the file specified
[cmd: ['/usr/local/bin/python3.5', '-u', 'C:\\Users\\Samrat\\Documents\\lol.py']]
[dir: C:\Users\Samrat\Documents]
[path: C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Users\Samrat\AppData\Local\Microsoft\WindowsApps;]
请帮助。
答案 0 :(得分:0)
您需要将Python 3.5二进制位置添加到PATH变量,然后重试。
您也可以在发布之前搜索网络:Running python in Sublime Text 2 getting error