Reputation: 428
I am trying to run a flask app with python. When I tried to pip install -r requirements.txt
I get the following error
Failed to execute process '/Users/Kantemirovs/asdf/venv/bin/pip'. Reason:
The file '/Users/Kantemirovs/asdf/venv/bin/pip' specified the interpreter '/Users/Kantemirovs/asdf/venv/bin/python3', which is not an executable command.
Can somebody help me resolving this issue?
Upvotes: 3
Views: 3979