Installing PlatformIO with VS Code on Chromebook

Getting there with ESP development on a Chromebook…

  1. Make sure you have VS Code already installed.
  2. In a terminal, sudo apt install python-is-python3 python3-venv
  3. Open up VS Code, hit Shift + Ctrl + X and install PlatformIO IDE.

For a while, the PlatformIO installer was complaining about Python3.6+ interpreter not working. it seems it was actually specifically looking for venv. Once I installed that, it worked fine.