ipwndfu
ipwndfu copied to clipboard
Bad interpreter, no such file and directory usr/bin/python
Yo, could someone help me with this issue, thanks.
Same error:
And when I check the /usr/bin
folder I have python3 installed (which installs by default from xcode or brew install python
):
How can you fix this problem?
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
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!