FYI: I am retired programmer using a recent upgrade to ubuntu 24.04 and python 3.12 My needs are that of a hobbyist at this time. I am on a single user home desktop with root privileges available.

After the recent upgrades I had to install youtube_dl with pipx for the new python version. When I ran the script which imported youtube_dl, I got an import error as it appears the path to the module was not in sys.path. For me,  it was a simple matter of appending the path for youtube_dl to sys.path, however,
I would prefer to not have to do an append at every script using it.

There is a boatload of documentation of site path configuration, but still, I am not sure what option to take.
Recommendations are invited and welcome.

Thanks

--
Tim
thjmm...@gmail.com
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to