izeye
Monday, February 29, 2016
How to install Python 3 in CentOS 6.6
To install Python 3 in CentOS 6.6, use the following commands:
wget https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz
tar zxvf Python-3.5.1.tgz
./configure
make
sudo make install
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment