I installed python3 on mac, recently it is not working. I used to run some scripts in terminal using python3 xxx.py, however, when I now type in python3, i got
python3: posix_spawn: /Library/Frameworks/Python.framework/Versions/3.5/bin/python3.52.7: No such file or directory
I did not delete the default python installed.
Did you install python3 using homebrew? I had the same issue, and it was cause by a symlink error. Following this thread: https://www.reddit.com/r/Python/comments/2xa5xc/how_would_i_fix_this_path_issue/
I was able to fix it.. Simply just ran:
brew link --overwrite python3
And my issue was solved.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With