/usr/bin/python doesn't exist in newer versions of macOS. The sys.executable variable always points to the path of the executable for the running version of Python. Using is ensures support for multiple python3.
This PR is part of a collection of changes to support Python3. The collection is broken into multiple stages. This change is part of stage 1 and should be safe to merge at any time.
/usr/bin/python doesn't exist in newer versions of macOS. The sys.executable variable always points to the path of the executable for the running version of Python. Using is ensures support for multiple python3.
This PR is part of a collection of changes to support Python3. The collection is broken into multiple stages. This change is part of stage 1 and should be safe to merge at any time.
re: https://github.com/chrisbro/alfred-bear/issues/33