Hi,
I get the previously discussed error that “platformio” command can not be found when building my project in CLion (on Windows in my case).
Also, I know I can solve that by adding the C:\Users<user>.platformio\penv\Scripts folder to the PATH env-var.
My question is, if there is an alternative to that.
Since adding an environment to the PATH isn’t a good idea when wanting to use python global or specific virtual environments as well.
Thanks Thomas