-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong python3 location for macOS Catalina #19
Comments
Would be nice to change the default location in the script or detect OS version and use the correct path for Catalina for 10.15.x |
Are you still having issues with this? I upgraded to Catalina and it has continued to work with no error? |
I had the issue, which got fixed when I changed the python location. |
Just confirming on 10.15.7 I have |
Thanks for your reply, yes I am running 10.15.7 and on line 3 of the |
I am no expert here but it seems we have similar setups and mine is working. So I will try and help! |
Thank you @charlietomo for your willingness to help me out, I appreciate it! |
No it doesn't. MacOS comes with python2. You need to install python3 separately. See https://installpython3.com/mac/ |
macOS Catalina comes with Python 3. It is at
/usr/bin/python3
.The text was updated successfully, but these errors were encountered: