Based on this stackoverflow answer and some of the answers on this thread, I have created an alias in the rc file:
alias pip="pythonpip="python3 -m pip"
There seem to be many different answers to this question but this seems to be the best-practice approach.