yum -y update
yum -y install python-pip
curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
python get-pip.py
pip -V
'Infra > Linux' 카테고리의 다른 글
Centos 7 base setting after minimal install (0) | 2019.05.21 |
---|---|
[Centos7] install mysql and base setting guide (0) | 2019.05.15 |
로그인 시 출력되는 문구 설정 - /etc/motd (0) | 2019.04.30 |
linux find command size 기준으로 출력 및 응용,복합 예시 (0) | 2019.04.24 |
Centos6에서 syslog analyzer 세팅을 위한 세팅 - 1 (0) | 2019.04.12 |