I've been trying to install python library 'BeautifulSoup4' on my MacOS and haven't had much luck using pip on my terminal. Whenever I attempt to run 'pip install BeautifulSoup4', I get a 'zsh: command not found: pip' response. Now I have check whether I have checked my Python 3 version (python3 --version) and my pip version (python3 -m pip --version), and both return the correct result, which makes me even more confused. I genuinely don't understand why I can't run the pip command when I have it installed. If someone can offer me a solution on how I can go about installing the library without having to deal with all this difficulty, I would really appreciate.
Asked
Active
Viewed 20 times
0
-
1https://stackoverflow.com/questions/42870537/zsh-command-cannot-found-pip have you taken a look at this? – Driftr95 Nov 14 '22 at 00:51