-
Notifications
You must be signed in to change notification settings - Fork 92
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
For anyone still using this after macOS 12.3 #18
Comments
I used pyenv to install python 2.7 now using: works. Before I linked to a python2 version which was installed with MAMP, but that did not work. Anyway, thanks for the tip! |
@philotas thx, it works. More details are below:
|
I created a Python 3 compatible fork here: |
Can you supported millisecond level and add a default date time about UTC time zone when used other time zones? Thank you so much |
Thanks to a pull request by @fg6a5gf this functionality is added now. |
Apple removed the system python 2. I use this workflow all the time and needed to bring it back. Here's what I did.
First get python 2 back
Now open alfred preferences > Workflows > double click on the script filter square in the workflow GUI
Update the script filter to one of the two below.
If
which python
shows 2.7/usr/local/bin/python process.py "{query}"
If
which python
shows 3.../usr/local/bin/python2 process.py "{query}"
For more legacy python2 help I wrote an SO post: https://stackoverflow.com/a/71513250/786389
The text was updated successfully, but these errors were encountered: