axi0mX / ipwndfu

open-source jailbreaking tool for many iOS devices
GNU General Public License v3.0
7.04k stars 1.7k forks source link

bad interpreter: No such file or directory #304

Open dionkd opened 2 years ago

dionkd commented 2 years ago

trying to put my iphone 7 on pwndfu mone and gives me this error message ./ipwndfu: /usr/bin/python: bad interpreter: No such file or directory What do i do?

Screenshot 2022-05-26 at 10 33 59 PM

Aholicknight commented 2 years ago

Same problem:

Screen Shot 2022-06-15 at 11 01 15 PM

And yes I installed python via brew install python which installs python3 by default and is in the /usr/bin folder:

Screen Shot 2022-06-15 at 11 03 08 PM
MCFDev commented 1 year ago

install python 2 and edit the shabang at the start of the file (1st line) to say python2 instead of python this project doesn't support python vers above 2 and putting just python uses the latest and greatest version installed