Answers for "bad interpreter no such file or directory pip"

8

/bin/bash^M: bad interpreter: No such file or directory

if you cannot run a script called yourScript.sh
run the following command in terminal

sed -i -e 's/\r$//' yourScript.sh

Then your script should run
Posted by: Guest on August-13-2021
1

bad interpreter: /bin/python3^M: no such file or directory

dos2unix FILENAME
Posted by: Guest on July-10-2020
0

bad interpreter no such file or directory python

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1
Posted by: Guest on February-23-2022

Code answers related to "bad interpreter no such file or directory pip"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language