mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-26 23:51:03 +00:00
https://github.com/ytdl-org/youtube-dl/issues/33163 make command look like code so that people recognise it's a command
This commit is contained in:
parent
d74f5abbe5
commit
76b98e15f1
|
@ -30,7 +30,7 @@ e.g. for apt-based Linux distros. Then the rest should be generic for any Linux
|
||||||
|
|
||||||
Crucially, link python to the (existing) install of Python3 because the youtube-dl code looks for python not python3 :
|
Crucially, link python to the (existing) install of Python3 because the youtube-dl code looks for python not python3 :
|
||||||
|
|
||||||
sudo ln -s /usr/bin/python3 /usr/bin/python
|
sudo ln -s /usr/bin/python3 /usr/bin/python
|
||||||
|
|
||||||
Then,
|
Then,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue