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.
Python not found -> fix #22776
Python not found -> fix #22776
Comments
|
Messing up your environment has nothing to do with youtube-dl. |
Checklist
Description
Hello after upgrading to Ubuntu 19.10 I encountered an issue where Python can not be executed
I got the following error:
/usr/bin/env: »python“: file or directory not found. That's probably because there is no binary called Python only 'python3' or 'python3.7' or something like this.This issue can be fixed by making a link from one of the existing binaries (for example 'pyhton3') to Python by executing the following command:
sudo ln /usr/bin/python3.7 /usr/bin/python. I think this should be mentioned in the FAQ.