Python Forum
Arduino / Python Environment Setup - PIP - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Arduino / Python Environment Setup - PIP (/thread-16355.html)



Arduino / Python Environment Setup - PIP - stevealbright - Feb-24-2019

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