Le 20/12/16 à 10:13, Chris Angelico a écrit :
On Tue, Dec 20, 2016 at 7:36 PM, Vincent Vande Vyvre
<vincent.vande.vy...@telenet.be> wrote:
It seems you have shadowed your default python2 with the new one. A very bad
idea.
Only because /usr/local/bin is ahead of /usr/bin in PATH.
That's the problem.

The link /usr/bin/python *MUST* point to the 2.7.3 version, if not, restore
it.
It does. When he installs pip via apt, it manages his original 2.7.3.
Anything that explicitly shebangs to /usr/bin/python will be
unaffected by this.

ChrisA

Not sure, when the OP enter python into a terminal he have:

peter@sirboris:~$ python
Python 2.7.12 (default, Dec 11 2016, 22:16:38)

So, python point now to the new one. No? VVV

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to