Open terminal or the shell of your choice.
Enter in which python3 - hit enter.
Now the path should be shown to you, for example /usr/bin/python3
Post
Replies
Boosts
Views
Activity
You can use this method as well if you are getting the error that it is unable to find the safari-web-extensions not found.
DEVELOPER_DIR="/Applications/Xcode-beta.app/Contents/Developer/"
then run
export DEVELOPER_DIR
now you should be able to run the xcrun safari-web-extension-converter without trouble.