More than 5 years have passed since last update.
Python3.4.3のインストール
ダウンロード
$ wget https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tgz
インストール
$ yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel
$ tar zxvf Python-3.4.3.tgz
$ cd Python-3.4.3
$ ./configure --prefix=/usr/local/python
$ make && make install
$ ln -s /usr/local/python/bin/python3 /usr/local/bin/python
$ ln -s /usr/local/python/bin/pip3.4 /usr/local/bin/pip
$ python --version
$ pip --version
Why not register and get more from Qiita?
- We will deliver articles that match you
By following users and tags, you can catch up information on technical fields that you are interested in as a whole
- you can read useful information later efficiently
By "stocking" the articles you like, you can search right away
Sign upLogin