이번에는 리눅스서버에서 발생한 오류 해결 과정이다.
리눅스 서버에서 root가 아닌 계정에서 conda 가상환경을 활성화했을 때, `clear` 커맨드를 입력하면 `terminals database is inaccessible`이라고 뜨면서 커맨드가 안먹혔다.
아래와 같은 커맨드를 통해서 해결할 수 있었다.
export TERMINFO=/usr/share/terminfo
참고
clear command - terminals database is inaccessible
I am using Ubuntu 16.04. When I use the clear command in a terminal, it produces this error: terminals database is inaccessible But when I use sudo clear it works as intended. I have removed some ...
askubuntu.com
728x90
반응형
'리눅스' 카테고리의 다른 글
sudo 명령어 timeout, nopasswd (0) | 2025.02.07 |
---|---|
리눅스 AppImage 실행 및 아이콘 추가 (0) | 2025.02.07 |
Linux google-drive mount(google-drive-ocamlfuse) (0) | 2024.10.14 |
Failed to initialize NVML: Driver/library version mismatch (0) | 2024.10.14 |
ssh 포트 변경 (0) | 2024.09.24 |