crave around tubeup, yt-dlp and IA on a global install (the worst option)
or
Instruct users to set up a Virtual Environment / jail / whatever (overly complicated, venv isn't good either)
or
Having people switch from pip to pipx, which IMO looks like the easiest route. PipX manages virtual environments automatically, handles symlinks. a lot of other neat things.
This is for management of dependencies outside of the distros repo.
We'd need to change installation instructions to:
or
or
pip
topipx
, which IMO looks like the easiest route. PipX manages virtual environments automatically, handles symlinks. a lot of other neat things.