27 Oct
2017
27 Oct
'17
9:41 p.m.
On 27 October 2017 at 22:22, Alex Domoradov <alex.hha@gmail.com> wrote:
I got it. And what I should do with old system? For e.g. we still use ubuntu 12.04. Is there any way to upgrade pip/setuptools?
Well, if Ubuntu aren't offering an upgrade, you can do pip install -i https://pypi.python.org/simple/ ... Or install your own copy of pip/setuptools, I guess (get-pip --user, see https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py). Paul