파이썬 업그레이드
페이지 정보
작성자 조선제일검 작성일 22-07-26 23:49 조회 2,516 댓글 0본문
Download
wget $Python Download URL
for example) wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz
configure
명령어 : ./configure --enable-optimizations --with-ssl --with-ensurepip=install
--enable-optimizations : 최적화 된 빌드옵션
make install
.bashrc 수정
vi /root/.bashrc
alias python=/usr/local/bin/python3.7
Version Check
python -V
댓글목록 0
등록된 댓글이 없습니다.