-
[ CentOS ] Python pip installPython/Python for Linux 2019. 4. 13. 20:50
Step1. distribute zip download
- https://pypi.org/project/distribute/#files
# wget [ Link ]
Step2. distribute zip download
# unzip distribute-0.7.3.zip
# cd distribute-0.7.3
# python setup.py install
# easy_install pip
# pip -V
pip 19.0.3 from /usr/lib/python2.7/site-packages/pip-19.0.3-py2.7.egg/pip(python 2.7)'Python > Python for Linux' 카테고리의 다른 글
[Python] Obtain capacity for Linux specific folder capacity. (리눅스 특정 확장자 용량 구하기) (0) 2019.10.25 [Python] pandas를 이용한 tomcat accesslog 분석 및 활용 (0) 2019.09.05 [Python] Linux에서 간단한 Web 모니터링 하기 (0) 2019.04.15 [Python] Linux Sendmail을 이용한 메일 보내기 (0) 2019.04.13 [Python] linux ping check(ICMP) program (0) 2019.04.09 [Python] CentOS 7 Python3 Install and Symbolc link (0) 2019.03.28 [Python] Linux 디렉토리와 파일 리포팅 (0) 2019.03.27 [Python] Linux에서 python 실행파일 만들기 (0) 2019.03.27