티스토리 뷰
cd /tmp
wget https://www.python.org/ftp/python/3.7.2/Python-3.7.2.tar.xz
tar -xf Python-3.7.2.tar.xz
cd Python-3.7.2
./configure --prefix=/usr --enable-optimizations
make -j 4
sudo make altinstall
cd /usr/bin
sudo ln -sf /usr/local/bin/python3.7 python3
sudo ln -sf python3 python
python --version
(ref) https://websiteforstudents.com/installing-the-latest-python-3-7-on-ubuntu-16-04-18-04/
Installing the Latest Python 3.7 on Ubuntu 16.04 | 18.04 | Website for Students
Python, a general-purpose programming language which is versatile and popular can easily be installed on Ubuntu via multiple methods… This post shows students and new users how to manually install…
websiteforstudents.com
'공부하자' 카테고리의 다른 글
virtualbox 에서 com 포트를 ubuntu 로 사용 (0) | 2019.12.10 |
---|---|
Ubuntu 16.04 에 python 3.7.2 설치 (0) | 2019.12.03 |
Ubuntu 18.04 apt 의존성 문제 (0) | 2019.11.13 |
calibmgr 없이 다음 라운드 진행 (0) | 2018.10.27 |
putty keygen 으로 생성한 ppk 파일이 msys (0) | 2018.06.28 |
git log CLi (0) | 2018.05.02 |
- TAG
- Python, python3.7.2, ubuntu, Ubuntu16.04
댓글