I want to run this script:
pip3 install -r requirements.txt However, when I run it I get the error message
-bash: pip3: command not found I have already installed brew and pip. When I run
pip3 -V I get pip 19.0.3 from /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pip (python 3.7)
Does anybody know why I am getting that error message?
If it helps, I am trying to run this program in the end