我知道我漏掉了一些明显的东西但是..。
按照PlatformIO的安装说明操作后(使用安装脚本):
$ platformio给出
command not found: platformio使用pip install platformio得到相同的结果(可能是脚本最初使用的,但我想我还是试一试吧)
发布于 2019-01-11 05:18:09
请通过以下方法配置您的CLI工具:
https://docs.platformio.org/en/latest/installation.html#install-shell-commands
例如:
export PATH=$PATH:~/.platformio/penv/bin有关详细信息,请参阅链接
https://stackoverflow.com/questions/34697201
复制相似问题