Python Forum

Full Version: Arduino / Python Environment Setup - PIP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to set up my Python environment on an Arduino Yun Rev 2. Need to install Pip to work on my project.

running this command causes the process to be automatically KILLED every time.

root@Arduino:/# curl https://bootstrap.pypa.io/get-pip.py | python

I suspect that I am running out of system resources such as disk space, but cannot confirm as I am new to Python and Linux.

Currently running Python version 2.7.14, which apparently does not include Pip.

Thanks,

Steve