If you want to use just pipenv
this might be helpful: https://discussions.apple.com/thread/254226896?sortBy=rank
In case that doesn't work, try adding the following line to the .bash_profile
:
alias pipenv="python3 -m pipenv"
alias
is not the best solution, but should work.