Installing Python 3.4.3.

Installing Python 3.4.3

download

--Search for the version to download from the following site - https://www.python.org/ --For Linux, "Gzipped source tarball" would be fine

$ wget https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tgz

Installation

--Install the required packages in advance

$ yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel

--Install Python --Specify the directory to install with prefix

$ tar zxvf Python-3.4.3.tgz
$ cd Python-3.4.3
$ ./configure --prefix=/usr/local/python
$ make && make install

--Create a symbolic link --pip is a python package manager

$ ln -s /usr/local/python/bin/python3 /usr/local/bin/python
$ ln -s /usr/local/python/bin/pip3.4 /usr/local/bin/pip

--Check version --If it hasn't changed, log in again and it will change.

$ python --version
$ pip --version

Recommended Posts

Installing Python 3.4.3.
Python
Installing pandas on python2.6
Notes on installing Python on Mac
Notes on installing Python on CentOS
kafka python
[python] Error when installing library ramkan
Python basics ⑤
python + lottery 6
Python Summary
Built-in python
Python comprehension
Python technique
Studying python
Python 2.7 Countdown
Python memorandum
Python FlowFishMaster
Python service
Installing Kivy on Windows10 64bit Python3.5
python tips
python function ①
Python basics
Python memo
ufo-> python (3)
Python comprehension
install python
Python Singleton
Python basics ④
Python Memorandum 2
python memo
Python Jinja2
Python increment
atCoder 173 Python
[Python] function
Python installation
python tips
Support when installing pillow on python3.9
Try python
Python memo
Python iterative
Python algorithm
Python2 + word2vec
[Python] Variables
Python functions
Python sys.intern ()
Python tutorial
Python decimals
python underscore
Python summary
Start python
[Python] Sort
Note: Python
Python basics ③
python log
Installing Kivy-Designer on Windows10 64bit Python3.5
Python basics
[Scraping] Python scraping
Python update (2.6-> 2.7)
python memo
Notes on installing Python using PyEnv
Python memorandum