-
Hi all, I did something stupid I guess,
This might also be something I did wrong at some point and needs fixing. When trying to understand the problem I found the Command not found FAQ on Read the Docs. So my guess is that I either need to fix something with my Python and/or add something to my PATH. But I got stuck there. I'm running the source version of Beets that I pulled from Github. It was a bit on the edge of my knowledge doing that but I went to the source version when there where some incompatibility issues with plugins in Beets 1.5. Maybe not needed anymore to run from source. So I considered uninstalling to fix this. Beets is currently installed here:
I read the post at Superuser but I noticed that I was unsure about the current location of where Beets is in stalled and what then to add to PATH. Sorry for the long post but hopefully any of you know how I can best approach these problems and how to repair Beets. It has become a indispensable tool for managing my music library. So thanks for all the work on it! Thanks, Jan |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
A simple |
Beta Was this translation helpful? Give feedback.
A simple
pip uninstall beets
and 'pip install beets` solved my problem. Now on a working 1.6 (instead of source 1.6.1).I leave the long post before here for reference.