CentOS7 리눅스 Python 3.9 설치System Management2021. 6. 15. 09:38
Table of Contents
1.Python 설치
wget --no-check-certificate https://www.python.org/ftp/python/3.9.0/Python-3.9.0.tgz
mkdir /BiO/program/python
tar xvzf Python-3.9.0.tgz -C /BiO/program/python
sudo ./configure --with-system-ffi --with-computed-gotos --enable-loadable-sqlite-extensions
sudo make
sudo make altinstall
2.시스템 환경 변수 설정
update-alternatives --install /bin/python python /BiO/program/python/current/python 1
update-alternatives --config python
vi /usr/bin/yum
#!/usr/bin/python --> #!/usr/bin/python2
3.pip 명령어 설치
wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
python get-pip.py
python -m pip install --upgrade pip
반응형
'System Management' 카테고리의 다른 글
Mac에서 제거 가능한 저장 공간 바로 삭제하기 (0) | 2022.05.05 |
---|---|
Docker push no basic auth credentials nexus error (0) | 2022.02.13 |
CentOS7 리눅스에서 gcc 설치 (0) | 2021.06.15 |
Docker 컨테이너 생성 방법 (0) | 2021.05.20 |
Docker /var/run/docker.sock의 permission denied 장애 처리 (0) | 2021.05.20 |
@kogun82 :: Ctrl+C&V 로 하는 프로그래밍
Korean BioInformation Center(KOBIC) Korea Research Institute of Bioscience & Biotechnology Address: #52 Eoeun-dong, Yuseong-gu, Deajeon, 305-806, KOREA +82-10-9936-2261 e-mail: kogun82@kribb.re.kr Blog: kogun82.tistory.com Homepage: www.kobic.re.kr
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!