* 문제
python3을 기본 파이썬으로 설정하면 Terminator가 실행되지 않음
* 해결 방법
terminator의 기본 파이썬을 python2로 지정
sudo vi /usr/bin/terminator
첫번째 줄 내용이 아래와 같다면
#!/usr/bin/python
아래와 같이 python 뒤에 2를 붙여준다.
#!/usr/bin/python2
terminator not starting when default python is python3.4 but works if it is python2.7
On Ubuntu 15.10 when changing the symlink /usr/bin/python from python2.7 to python3.4 then terminator won t start anymore. Do you know what the problem could be and how to fix it? Thank you :)
askubuntu.com
'Ubuntu' 카테고리의 다른 글
[Ubuntu]Jetson Xavier NX(SSD version) SDK 설치 (0) | 2022.09.06 |
---|---|
[Ubuntu] 컴퓨터에 설치된 그래픽카드 정보 확인 (0) | 2022.09.03 |
[Ubuntu] openVPN 과 ROS의 연결 설정(LTE모듈을 활용한 경우) (0) | 2022.07.22 |
[Ubuntu] Fat32 방식으로 포맷된 USB에서 폴더 생성이 안될 때 (0) | 2022.07.17 |
[Ubuntu] gparted를 활용하여 USB 포맷하는 방법 (0) | 2022.07.16 |