Linux install script fails on Debian 8.2.0

I’m trying to convert another dev to use PlatformIO, He’s having issues installing Pio on Debian, any idea what’s going wrong? See original thread.


I tried your pio installation script,

sudo python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"

on Debian 8.2.0, and it fails:

==> Installing PlatformIO and dependencies ...

/usr/bin/python: can't open file 'pip': [Errno 2] No such file or directory

Any idea what could be going wrong? I already had pip installed before running it, and I can still invoke pip from a terminal, despite the error.

We fixed that in develop. Please use

python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/develop/scripts/get-platformio.py)"
1 Like