Resolve Warning PIP is Not on PATH in Terminal on Mac - DevPops-Inc/python GitHub Wiki

• The following resolution is for if you receive a warning saying PIP isn’t on PATH.
image

• Type sudo ln -s < Python 3 path > /usr/local/bin and press “return” key to create a symbolic link for Python 3 in /usr/local/bin directory.
image

• Type the root password and press “return” key.
image

• Type your Python command again and the error will not appear this time.
image