Answers for "youtube-dl python not found"

0

youtube-dl python not found

/* check which python installed on your host machine */
$ which python
> /usr/bin/python3

#create a symbolic link 
`sudo ln -s /usr/bin/python3 /usr/bin/python`
Posted by: Guest on April-22-2022

Python Answers by Framework

Browse Popular Code Answers by Language