Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How to change the pythonscript file youtube-dl? #25251
Comments
|
Again: setup your environment so that python3 is available as |
Checklist
Question
Further to the mention: "/usr/bin/env: «python»: Aucun fichier ou dossier de ce type" and because my ticket no 25249 had been closed without any issue, I had contacted python's support. It appears that the trouble is in the scrypt file of youtube-dl in what it is writen:
#!/usr/bin/env python
instead of : #!/usr/bin/env python3
I'd like to do the change by myself but how can I do??
Thank you for your help!