tecadmin.net/install-python-3-7-on-ubuntu-linuxmint/

 

How To Install Python 3.7 on Ubuntu, Debian & LinuxMint - TecAdmin

How to Install Python 3.7.4 on Ubuntu & LinuxMint. Step by Step instructions to install Python 3.7 on Ubuntu, Debian, and LinuxMint Systems.

tecadmin.net

 

$ sudo apt update && sudo apt upgrade

$ cd /usr/src
$ sudo wget https://www.python.org/ftp/python/3.7.9/Python-3.7.9.tgz

$ sudo tar xzf Python-3.7.9.tgz

$ cd Python-3.7.9

$ sudo ./configure --enable-optimizations

$ sudo make altinstall

$ python3.7 -V

 

 

이제 python 치면 설치한 파이썬이 실행 하도록 링크를 설정합니다.

$ sudo ln -s /usr/local/bin/python3.7 /usr/local/bin/python

 

'Documents > 개발 노트' 카테고리의 다른 글

Linux/Ubuntu 18.04 LTS 설치 [Raspberray Pi 4]  (0) 2020.11.18
Linux/백그라운드 실행  (0) 2020.10.07
Ubuntu/nvidia-docker 설치  (0) 2020.08.31
Ubuntu/Nvidia version 확인  (2) 2020.08.31
Ubuntu/Docker 설치  (0) 2020.08.25
Posted by 치킨놈
: