Now that Pebble servers are gone, some old components in the SDK need to be patched or replaced so they can fetch what they need from Rebble.
This script downloads and installes everything needed to build projects and also run the emulator.
Was tested on Ubuntu 18.04.2 on WSL.
Looks like
virtualenv
failed to install. Try manually installing it - check the code in line 5 of the script.If the installation worked, it might be a PATH problem. Make sure the script can find
virtualenv
in your PATH.The line 42 error message is only because of the failure on line 41.
Good luck out there =p