yt-dlp를 사용하여 다운로드하려고 하면 Ubuntu 터미널에서 이 오류 메시지가 나타납니다.
bash: yt-dlp: command not found
이 명령을 사용하여 yt-dlp를 설치합니다.
python3 -m pip install -U yt-dlp
이 메시지를 받았을 때
WARNING: The scripts mid3cp, mid3iconv, mid3v2, moggsplit, mutagen-inspect and mutagen-pony are installed in '/home/appbox/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
WARNING: The script yt-dlp is installed in '/home/appbox/.local/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
yt-dlp
and mid3cp
, mid3iconv
, mid3v2
, 및 PATH 를 moggsplit
해결 하고 추가하는 방법은 무엇입니까 mutagen-inspect
?mutagen-pony
답변1
editor ~/.bashrc
PATH 변수 선언을 검색하거나 생성한 후 다음을 수행합니다.
export PATH=~/.local/bin:$PATH