how to update pip
I installed a python linter (pylint) in Visual Studio Code and got the following message:
You are using pip version 19.0.3, however version 19.2.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
However, typing the above generates the following error:
zsh: command not found: pip
Using the which command, I noticed that there's a pip3 but there doesn't seem to be any pip!
I'm confused!
iMac Line (2012 and Later)