Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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`
 
PREVIOUS NEXT
Tagged: #python
ADD COMMENT
Topic
Name
7+9 =