I have python 3 installed on my mac. I have installed packages via python3 pip install
up until now, but if I try to use pip install
I'm getting pip not found error. How do I resolve this?
p.s: I just want to install packages via pip install and not python3 -m pip install.