티스토리 뷰

1. yum repository 추가

# yum install -y https://centos7.iuscommunity.org/ius-release.rpm


2. python 3.6 확인

# yum search python36


3. python 3.6 설치

# yum install -y python36u python36u-libs python36u-devel python36u-pip


4. python 3.6 설치 확인

# python3.6 -V


5. python 3.6 설치 장소 확인

# which python3.6


6. Alias 설정

# ln -s /bin/python3.6 /bin/python3

# unlink /bin/python

# ln -s /bin/python3 /bin/python


# ln -s /bin/pip3.6 /bin/pip



반응형

'Studying > Python' 카테고리의 다른 글

CentOS 7에서 PyCharm 설치  (0) 2018.09.30
댓글
«   2024/05   »
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
최근에 올라온 글
글 보관함
Total
Today
Yesterday