[Tutor] pip stopped working gives error

2018-05-03 Thread Jim
I have python 3.6 installed in a virtual environment on Mint 18. Today I wanted to use pip and got this error when I tried to use it. (env36) jfb@jims-mint18 ~ $ pip help Traceback (most recent call last): File "/home/jfb/EVs/env36/bin/pip", line 7, in from pip import main File "/home

Re: [Tutor] pip stopped working gives error

2018-05-03 Thread Mats Wichmann
On 05/03/2018 01:10 PM, Jim wrote: > I have python 3.6 installed in a virtual environment on Mint 18. Today I > wanted to use pip and got this error when I tried to use it. > >  (env36) jfb@jims-mint18 ~ $ pip help > Traceback (most recent call last): >   File "/home/jfb/EVs/env36/bin/pip", line 7

Re: [Tutor] pip stopped working gives error

2018-05-03 Thread Jim
On 05/03/2018 02:42 PM, Mats Wichmann wrote: On 05/03/2018 01:10 PM, Jim wrote: I have python 3.6 installed in a virtual environment on Mint 18. Today I wanted to use pip and got this error when I tried to use it.  (env36) jfb@jims-mint18 ~ $ pip help Traceback (most recent call last):   File

Re: [Tutor] pip stopped working gives error

2018-05-03 Thread Zachary Ware
On Thu, May 3, 2018 at 2:10 PM, Jim wrote: > I have python 3.6 installed in a virtual environment on Mint 18. Today I > wanted to use pip and got this error when I tried to use it. > > (env36) jfb@jims-mint18 ~ $ pip help > Traceback (most recent call last): > File "/home/jfb/EVs/env36/bin/pip"

Re: [Tutor] pip stopped working gives error

2018-05-03 Thread Mats Wichmann
On 05/03/2018 02:27 PM, Jim wrote: >> I heard distutils may have been split out... see if you have a package >> python3-distutils and if not installed, can you install it? > > I have: > > //usr/lib/python3.5/distutils > and > //usr/lib/python3.6/distutils, but no python3-distutils. > > Checking