[issue33290] Python.org macOS pkg installs pip3 as pip

2018-05-01 Thread Ned Deily
Ned Deily added the comment: New changeset 8ac441876418a217c31fe429733d7fa4704f0e3c by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-33290: Have macOS installer remove "pip" alias (GH-6683) (GH-6685)

[issue33290] Python.org macOS pkg installs pip3 as pip

2018-05-01 Thread Ned Deily
Ned Deily added the comment: New changeset 1470e43076559d22518f2e8d704fa9426d2659dd by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33290: Have macOS installer remove "pip" alias (GH-6683) (GH-6684)

[issue33290] Python.org macOS pkg installs pip3 as pip

2018-05-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +6381 ___ Python tracker ___

[issue33290] Python.org macOS pkg installs pip3 as pip

2018-05-01 Thread miss-islington
Change by miss-islington : -- pull_requests: +6380 ___ Python tracker ___

[issue33290] Python.org macOS pkg installs pip3 as pip

2018-05-01 Thread Ned Deily
Ned Deily added the comment: New changeset 0dd80709b5dc03756e7f4510761ae60236bb9f6d by Ned Deily in branch 'master': bpo-33290: Have macOS installer remove "pip" alias (GH-6683) https://github.com/python/cpython/commit/0dd80709b5dc03756e7f4510761ae60236bb9f6d --

[issue33290] Python.org macOS pkg installs pip3 as pip

2018-05-01 Thread Ned Deily
Change by Ned Deily : -- pull_requests: +6379 ___ Python tracker ___ ___ Python-bugs-list

[issue33290] Python.org macOS pkg installs pip3 as pip

2018-04-17 Thread Gilbert Wilson
Gilbert Wilson added the comment: Well what do you know, it does indeed look like a pip3 upgrade issue! I'll wander over to the pip issue tracker and file a bug/upvote over there. Thanks! gilw-mbp:bin gilw$ ls -al pip* -rwxrwxr-x 1 root admin 253 Apr 17 09:21 pip3

[issue33290] Python.org macOS pkg installs pip3 as pip

2018-04-16 Thread Ned Deily
Ned Deily added the comment: P.S. Of course, you'll probably need to manually remove that spurious pip command. -- ___ Python tracker

[issue33290] Python.org macOS pkg installs pip3 as pip

2018-04-16 Thread Ned Deily
Ned Deily added the comment: Actually, this appears to be a pip upgrade issue. If you install 3.6.5 from the python.org installers, there is no pip link there, only pip3: $ cd /Library/Frameworks/Python.framework/Versions/3.6/bin $ ls -l total 272 lrwxr-xr-x 1 root admin

[issue33290] Python.org macOS pkg installs pip3 as pip

2018-04-16 Thread Gilbert Wilson
New submission from Gilbert Wilson : The python-3.6.5-macosx10.6.pkg installs pip3 as pip. This means if you have both python2.7.x and 3.6.x you get unexpected and undesirable behavior. According to the release notes in 3.6.5: Python 3 and Python 2 Co-existence Python.org