Re: Help! I broke python 3.9 installation on macOS

2020-10-09 Thread Chris Angelico
On Fri, Oct 9, 2020 at 9:11 PM Elliott Roper wrote: > > On 9 Oct 2020 at 02:29:05 BST, "Richard Damon" > wrote: > > > On 10/8/20 7:31 PM, Elliott Roper wrote: > >> First problem: I can no longer say > >> Obfuscated@MyMac ~ % python3 pip -m list > > > > isn't that supposed to be python3 -m pip l

Re: Help! I broke python 3.9 installation on macOS

2020-10-09 Thread Elliott Roper
On 9 Oct 2020 at 02:29:05 BST, "Richard Damon" wrote: > On 10/8/20 7:31 PM, Elliott Roper wrote: >> First problem: I can no longer say >> Obfuscated@MyMac ~ % python3 pip -m list > > isn't that supposed to be python3 -m pip list Oh! (insert embarrassed grin here) Thank you, and Chris. -- T

Re: Help! I broke python 3.9 installation on macOS

2020-10-08 Thread Richard Damon
On 10/8/20 7:31 PM, Elliott Roper wrote: > First problem: I can no longer say > Obfuscated@MyMac ~ % python3 pip -m list isn't that supposed to be python3 -m pip list -- Richard Damon -- https://mail.python.org/mailman/listinfo/python-list

Re: Help! I broke python 3.9 installation on macOS

2020-10-08 Thread Chris Angelico
On Fri, Oct 9, 2020 at 10:36 AM Elliott Roper wrote: > > First problem: I can no longer say > Obfuscated@MyMac ~ % python3 pip -m list > > It cries in pain with: > > /Library/Frameworks/Python.framework/Versions/3.9/bin/python3: can't open file > '/Users/Obfuscated/pip': [Errno 2] No such file or

Help! I broke python 3.9 installation on macOS

2020-10-08 Thread Elliott Roper
First problem: I can no longer say Obfuscated@MyMac ~ % python3 pip -m list It cries in pain with: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3: can't open file '/Users/Obfuscated/pip': [Errno 2] No such file or directory. Why is it looking at my $HOME?? Here's some hopefully re