alfred-fakeum icon indicating copy to clipboard operation
alfred-fakeum copied to clipboard

fakeum can not run on macOS Monterey 12.3+

Open waku1123 opened this issue 2 years ago • 5 comments

Apple removed the bundled Python 2 interpreter.

Forum

Python 2 and macOS Monterey

Updated Third-Party Python 2 Workflows

waku1123 avatar Apr 17 '22 12:04 waku1123

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

mikedorsi avatar May 17 '22 08:05 mikedorsi

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

💡

cristopher-rodrigues avatar May 21 '22 04:05 cristopher-rodrigues

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

waku1123 avatar May 22 '22 14:05 waku1123

this fork is migrated to Python 3 cc @waku1123

giovannicoppola avatar May 31 '22 16:05 giovannicoppola

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`

👍🏻

kamusis avatar Sep 28 '23 06:09 kamusis