본문 바로가기

Linux

Install Python 3.4.2

Install Python 3.4.2

sudo apt-get install libssl-dev openssl wget https://www.python.org/ftp/python/3.4.2/Python-3.4.2.tgz tar -xvf Python-3.4.2.tgz cd Python-3.4.2 ./configure make sudo make install ./python