alfredapp / updated-third-party-python2-workflows

Third-party Python 2 Workflows updated to work on macOS Monterey 12.3 and above
185 stars 11 forks source link

Currency Converter by Etenal (Code 127 on Monterey) #54

Closed zdlo closed 2 years ago

zdlo commented 2 years ago

Workflow name

Currency Converter

Workflow page

https://github.com/plummm/alfred3-workflow-CurrencyX

Extra details

Even after installing Python 2 with Homebrew, it gives code 127 error, "command not found"...

vitorgalvao commented 2 years ago

That is an error in the original. I’ve sent them a fix. To do it on your local copy, change the PATH Workflow Environment Variable to /opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin.