我是 esp8266 的新手。
我已经在 Arduino IDE 中下载并安装了用于 esp8266 的
威廉希尔官方网站
板,但是当我尝试编译草图时,我收到以下消息:
exec: \"python\": executable file not found in $PATH
Error compiling for board Generic ESP8266 Module。
...每个 esp8266 板的消息都是一样的。如果我选择另一块板(Genuino 等),它会起作用。
我检查了 $PATH,似乎包含了 python:
echo $PATH
[...]:/usr/bin/python
Python 已正确安装:
>python
Python 2.7.15rc1(默认,2018 年 11 月 12 日,14:31 :15)
[GCC 7.3.0] 在 linux2 上
输入“help”、“copyright”、“credits”或“license”
>>>
我正在运行 Ubuntu 18.04.02
你能帮帮我吗?