Re: Using sudo with pip3?

2017-01-07 Thread Clint Moyer
from your OS and re-install through Pip, for those discrete cases. That's the platform agnostic route. -- Clint On Sat, Jan 7, 2017 at 6:45 PM, jim wrote: > On 01/07/2017 05:58 PM, Clint Moyer wrote: >> >> Not sure how you guys got this thread so far off topic, but I think it

Re: Using sudo with pip3?

2017-01-07 Thread Clint Moyer
d use Python2 or Python3 explicitly to avoid conflicts. -- Clint On Sat, Jan 7, 2017 at 4:39 PM, Chris Angelico wrote: > On Sun, Jan 8, 2017 at 9:34 AM, Michael Torrie wrote: >> On 01/07/2017 11:39 AM, Clint Moyer wrote: >>> All Linux operating systems come with Python installe

Re: Using sudo with pip3?

2017-01-07 Thread Clint Moyer
Env. Much better off going through your system, and learning what other dependencies may be needed. -- Clint On Sat, Jan 7, 2017 at 11:22 AM, jim wrote: > On 01/06/2017 08:24 PM, Cameron Simpson wrote: >> >> On 06Jan2017 23:03, Clint Moyer wrote: > > > Thanks everyone

Re: Using sudo with pip3?

2017-01-06 Thread Clint Moyer
>From Ubuntu, why not try: sudo apt-get install python-matplotlib -Clint On Fri, Jan 6, 2017 at 3:09 PM jim wrote: > Setting up a new computer to run Ubuntu 16.04. Started using pip3 to > > install all the python stuff I had on the old machine and got this message: > > > > jfb@jims-1604:~$ sud

Re: Using sudo with pip3?

2017-01-06 Thread Clint Moyer
Packages supplied by your distribution can be trusted more than packages from PyPi. Just my two cents. Most distros offer nearly all the useful Python modules directly from the repo. Virtual environments are great, but if you want to add libraries to your system interpreter I'd recommend a simple