Skip to content
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

fakeum can not run on macOS Monterey 12.3+ #95

Open
waku1123 opened this issue Apr 17, 2022 · 5 comments
Open

fakeum can not run on macOS Monterey 12.3+ #95

waku1123 opened this issue Apr 17, 2022 · 5 comments

Comments

@waku1123
Copy link

waku1123 commented Apr 17, 2022

Apple removed the bundled Python 2 interpreter.

Forum

Python 2 and macOS Monterey

Updated Third-Party Python 2 Workflows

@mikedorsi
Copy link

I'm still getting /usr/bin/python: No such file or directory even after doing the Python 2 workaround from the Alfred Forums.

@waku1123 waku1123 changed the title faleum can not run on macOS Monterey 12.3+ fakeum can not run on macOS Monterey 12.3+ May 17, 2022
@cristopher-rodrigues
Copy link

cristopher-rodrigues commented May 21, 2022

What if we add a custom env var that sets Python binary directory?
This way, I could just add the var in the workflow config, and it'd be used at run time, WDYT?

image

💡

@waku1123
Copy link
Author

i fixed it in following way...

  1. reinstall fakeum workflow from alfredapp tweaked repo
  2. install python2.7.18 (i use pyenv)
  3. make symbolic link python -> pyenv/versions/2.7.18/bin/python2.7 in /usr/local/bin

@giovannicoppola
Copy link

this fork is migrated to Python 3 cc @waku1123

@kamusis
Copy link

kamusis commented Sep 28, 2023

i fixed it in following way...

1. reinstall fakeum workflow from [alfredapp tweaked repo](https://github.com/alfredapp/updated-third-party-python2-workflows)

2. install python2.7.18 (i use pyenv)

3. make symbolic link  `python -> pyenv/versions/2.7.18/bin/python2.7` in `/usr/local/bin`

👍🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants