wolph / alfred-converter

Alfred unit converter is a smart calculator for Alfred with support for unit conversions to make it a bit comparable to the Google Calculator and Wolfram Alpha.
93 stars 15 forks source link

`/usr/bin/python` is not a thing on the recent mac versions #48

Closed akashagarwal7 closed 1 year ago

akashagarwal7 commented 1 year ago

Any chance we can perhaps use /usr/bin/env python instead to let users like myself rely on Anaconda, or perhaps /usr/bin/python3?

wolph commented 1 year ago

Those scripts are just for testing however. It doesn't make a difference for Alfred as far as I know :)

wolph commented 1 year ago

The actual workflow uses /usr/bin/python3 right now (because Alfred offers those): image

I've merged your pull request in any case. Thank you for the help!