Ubuntu:
Код: Выделить всё
python3 -m pip install -U yt-dlp
Windows:
Код: Выделить всё
python -m pip install -U yt-dlp
Код: Выделить всё
python3 -m pip install -U yt-dlp
Код: Выделить всё
python -m pip install -U yt-dlp
Код: Выделить всё
python3 -V
Код: Выделить всё
whereis python3
Код: Выделить всё
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 2
Код: Выделить всё
sudo update-alternatives --config python3