ussserrr / stm32pio

Automate managing of STM32CubeMX + PlatformIO projects
https://pypi.org/project/stm32pio
Other
230 stars 24 forks source link

platformio_cmd not found #30

Closed Lutz1967 closed 3 years ago

Lutz1967 commented 3 years ago

Hi,

Using CLI on MacOS10.13.6

Problem when running validate:

INFO checking 'java_cmd'... INFO checking 'cubemx_cmd'... INFO checking 'platformio_cmd'... [ ok] java_cmd
[ ok] cubemx_cmd [error] platformio_cmd

how do I fix that? I use PlatformIO all the time in VSCode. Thanks!

ussserrr commented 3 years ago

How do you install the PlatformIO? If it was PlatformIO IDE then you probably need to add shell extensions so you (and stm32pio) can launch PlatformIO through the CLI. See there for more information.

Lutz1967 commented 3 years ago

Thanks - solved.

Lutz1967 commented 3 years ago

Thanks for the quick answer.