-
Every so often, osxphotos runs into the problem that the symlink to python3.xx (now 3.11) in ~/.local/pipx/venvs/osxphotos/bin/ is pointing at a non-existent version of that binary, presumably because homebrew has updated it to something more recent. It's easily enough fixed by manually deleting and making a new symlink, but is there any way around either the problem or the manual update? My python skills are poor. :-( TIA. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
This is a homebrew issue. When homebrew updates python, any app installed with |
Beta Was this translation helpful? Give feedback.
This is a homebrew issue. When homebrew updates python, any app installed with
pipx
breaks because the symlink to the old python no longer works. The easiest thing to do is to runpipx reinstall-all
which will fix osxphotos and anything else you've installed with pipx.