gepd / Deviot

Sublime Text plugin for IoT development based in PlatformIO ecosystem (Arduino IDE)
Apache License 2.0
306 stars 55 forks source link

Sublimetext 4 no deviot #328

Open tablatronix opened 3 years ago

tablatronix commented 3 years ago

I do not have deviot anymore after updating, Is this a python 2 thing . I tried installing fresh and nothing happens, not even an error. just no deviot

tablatronix commented 3 years ago

I think I got it working, the install would not run, So in ran st3 then let it create the deviot.ini with the python env_paths, then was able to use st4.

tablatronix commented 3 years ago

Ok I cannot seem to get ST4 and platformio 5.1 working

/bin/sh: platformio: command not found [Fri Jun 11 14:39:25 2021] $ cwd /Applications/Sublime Text.app/Contents/MacOS

tablatronix commented 3 years ago

Why is there a settings for env_path and env_paths , confusing, terminal env seems wrong..

hijomojo commented 2 years ago

With some research and trial and error I've managed to get Deviot running in both ST3 and ST4 on both mac and windows. Take a look the guide I wrote in the issue mentioned above. The "no Deviot" issue you mentioned sounds similar to what happened to my mac install when I tried the dev branch. Removing the dev branch repo in package manager and then upgrading packages to downgrade Deviot to master got the Deviot menu back for me (but I did have to do other things to then get PIO working within that version of Deviot)