Re: [Trisquel-users] pip (python-pip) doesn't work in Trisquel

2019-04-04 Thread onpon4
I wouldn't recommend depending on executing setup.py scripts the way you show. Not all setup.py scripts have the needed shebang and even with those that do, taking advantage of it means you don't know which version of Python it's being installed for. Instead, I'd recommend: python setup.py

Re: [Trisquel-users] pip (python-pip) doesn't work in Trisquel

2019-04-04 Thread Mason Hock
> Hello dear friends, > I can't install any sofware/package with pip! pip searches and installs from the PyPi repository. This repository contains proprietary software. Since Trisquel can't control what goes into the PyPi repository, the only solution was to remove pip from Trisquel. What

[Trisquel-users] pip (python-pip) doesn't work in Trisquel

2019-04-04 Thread gnulinuxtrisquel
Hello dear friends, I can't install any sofware/package with pip! I try this commands: pip install sudo pip install After running these, I receive many error codes like this: Exception: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209,