Installing Python 3.6. on CentOS.

Published: 17 April 2018
on channel: Channel ITHELP21.RU
469
5

http://ithelp21.ru/ustanovka-python-3...
Command:
yum install gcc yum-utils zlib-devel python-tools cmake git pkgconfig -y
yum groupinstall -y "Development Tools"

cd /usr/src
wget https://www.python.org/ftp/python/3.6...
tar xf Python-3.6.5.tar.xz
cd Python-3.6.5
./configure
make
make install
which python3
python3 -V


On this page of the site you can watch the video online Installing Python 3.6. on CentOS. with a duration of hours minute second in good quality, which was uploaded by the user Channel ITHELP21.RU 17 April 2018, share the link with friends and acquaintances, this video has already been watched 469 times on youtube and it was liked by 5 viewers. Enjoy your viewing!