Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The file specified the interpreter is not an executable command

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?

like image 959
Dude Avatar asked Oct 26 '25 14:10

Dude


1 Answers

try python -m pip install -r requirements.txt

like image 75
Enrico Avatar answered Oct 29 '25 02:10

Enrico



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!