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
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
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
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
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