On Tue, Oct 11, 2016 at 7:07 PM, Steve D'Aprano
wrote:
> I've just installed Python 3.5 from the source tarball and received an
> unexpected error related to pip. On Linux, as a regular user (except for
> the last line):
>
>
> wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz
> tar xvf
I've just installed Python 3.5 from the source tarball and received an
unexpected error related to pip. On Linux, as a regular user (except for
the last line):
wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz
tar xvf Python-3.5.2.tgz
cd Python-3.5.2
./configure
make
sudo make altinst