-
Python 3.8 설치IT 2020. 5. 29. 16:55
#우분투
apt-get install build-essential checkinstall
apt-get install libreadline-gplv2-dev libncursesw5-dev libssl-dev \ libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev
cd /opt
wget https://www.python.org/ftp/python/3.8.3/Python-3.8.3.tgz
tar xzf Python-3.8.3.tgz
cd Python-3.8.3
./configure --enable-optimizations
make altinstall
'IT' 카테고리의 다른 글
detected "cgroupfs" as the Docker cgroup driver. The recommended driver is "syst (0) 2020.06.02 aws cil53 사용법 (0) 2020.05.29 locale.Error: unsupported locale setting (0) 2020.05.29 aws cli53 설치 (0) 2020.05.29 리눅스 리다이렉트 (0) 2020.05.29