My KDE neon 18.04 was a clean install and I'm in the process of adding software I want to it.
youtube-dl, direct from the github pages, is what I have on Kubuntu 18.04. I installed it today on KDE neon but got
when I tried to run it.
The answer, if one wants to stay with the github version, is to use:
and that works for me.
youtube-dl, direct from the github pages, is what I have on Kubuntu 18.04. I installed it today on KDE neon but got
Code:
/usr/bin/env: ‘python’: No such file or directory
The answer, if one wants to stay with the github version, is to use:
Code:
/your/path/python3 /usr/local/bin/youtube-dl
Comment