ipwndfu icon indicating copy to clipboard operation
ipwndfu copied to clipboard

Bad interpreter, no such file and directory usr/bin/python

Open Bump64 opened this issue 2 years ago • 3 comments

Yo, could someone help me with this issue, thanks.

Bump64 avatar Jun 12 '22 23:06 Bump64

Same error: Screen Shot 2022-06-15 at 11 01 15 PM

And when I check the /usr/bin folder I have python3 installed (which installs by default from xcode or brew install python): Screen Shot 2022-06-15 at 11 03 08 PM

How can you fix this problem?

Aholicknight avatar Jun 16 '22 05:06 Aholicknight

MacOS 12.3+ removed python 2, therefor it needs to be installed manually. i recommend pyenv, just use https://brew.sh to install it

brew install pyenv
pyenv install 2.7.18
pyenv install 3.10.4
pyenv global 2.7.18 3.10.4

CrafterPika avatar Jun 16 '22 13:06 CrafterPika

MacOS 12.3+ removed python 2, therefor it needs to be installed manually. i recommend pyenv, just use brew.sh to install it

@CrafterPika this works thank you!

Aholicknight avatar Jun 16 '22 14:06 Aholicknight