명령줄에서 실행할 때 Gstreamer가 예상대로 실행되지 않습니다.
내가 설치한 모든 플러그인은 기본적으로 한 위치에 있었고, gstreamer를 실행했을 때 다른 위치에서 열렸던 것으로 나타났습니다.
whereis gst-launch-1.0
gst-launch-1: /usr/bin/gst-launch-1.0 /home/lewis/anaconda3/bin/gst-launch-1.0
반면에
which gst-launch-1.0
/home/lewis/anaconda3/bin/gst-launch-1.0
나만의 방식
$PATH
bash: /home/lewis/anaconda3/bin:/home/lewis/anaconda3/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin: No such file or directory
이 상황에서는 어떻게 해야 합니까?
완전히 제거할 수 있는 방법은 없나요?
/usr/bin/gst-launch-1.0이 올바른 버전이라고 생각합니다. /usr/bin/이 먼저 오도록 $PATH 변수의 순서를 변경해야 합니까?
이것이 다른 결과를 가져올까요?