python 명령어는 잘되는데 sudo python 명령어에서 python library 경로를 못찾아서 에러가 난다.
sudo의 경우에 path 경로 설정이 달라서 명령어에 경로 설정을 해주면 된다.
$ sudo LD_LIBRARY_PATH=/usr/local/python2.7/lib/ python setup.py install
- Reference
https://superuser.com/questions/232231/how-do-i-make-sudo-preserve-my-environment-variables
'Programming > Linux Coding' 카테고리의 다른 글
tmux 설치 및 명령어 (0) | 2023.10.15 |
---|---|
find 명령어 - 접근 허가 금지 메세지 필터링 (0) | 2018.11.01 |
grep 사용법 (0) | 2018.03.09 |
[vi] 특정 행의 문장 앞에 글자 붙이기 (1) | 2017.12.28 |
[명령어] 압축파일 압축해제하기 (0) | 2017.09.11 |