Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- pfsense
- proxycfg
- hardening
- Kibana server is not ready yet
- GitLab
- macos
- ELASTIC
- x-pack
- endpoint security
- PlayBook
- ansible
- xe guest utilities
- miniconda
- XCP-ng
- application security
- centos 8
- 로그인불가
- bash
- Kibana
- freebsd
- ssh key 배포
- Elasticsearch
- G-suite
- 한글가이드
- Windows
- Proxy
- 보안양파
- docker
- elastic stack
Archives
- Today
- Total
선 밖에 선 자유인
CentOS 에서 파이썬 2.7/3.4 사용하기 본문
출처:
http://lunatine.net/python27-34-on-rhel-centos/
*** 가끔 python 을 소스로 추가 설치하면 아래와 같은 메시지가 나오는 경우가 있음
python2.7: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
이 때는 아래와 같이 작업을 해줘야 함
# ln -s /usr/local/bin/python2.7 /usr/bin/python2.7
# echo "/usr/local/lib/python2.7" > /etc/ld.so.conf.d/python27.conf
# echo "/usr/local/lib" >> /etc/ld.so.conf.d/python27.conf
# ldconfig
Comments