Yum Install Python 3.7
Of course, you don’t have to install Python 3.6.4 on CentOS 7, if you use one of our high-speed Python VPS hosting plans – in which case you can simply ask our expert Linux admins to install Python 3.6.4 for you. Gta iv extreme rip www.pocketgames.ir. Breakin 2 electric boogaloo 123movies. They are available 24×7 and will take care of your request immediately. Dec 04, 2013 In this DigitalOcean article, we are going to talk about downloading and setting up Python (versions 2.7.6 and 3.3.3) without breaking the system's default 2.6 (or 2.4 depending on CentOS distribution) and without breaking critical system tools such a.
Install Python 3.7.0 on CentOS 7
Install Python 3.7.0 on CentOS/RHEL 7 |
1.Requirements: |
yum install gcc openssl-devel bzip2-devel |
2.Download Python 3.7: |
cd /usr/src |
wget https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tgz |
tar xzf Python-3.7.0.tgz |
3.Install Python 3.7.0: |
cd Python-3.7.0 |
./configure --enable-optimizations |
make altinstall |
(make altinstall is used to prevent replacing the default python binary file /usr/bin/python) |
4.Remove downloaded source archive file from your system: |
rm /usr/src/Python-3.7.0.tgz |
5.Check Python Version |
python3.7 -V |
echo 'alias python3.7='python3' >> ~/.bashrc |
********************************************************************** |
Команды Python: |
django-admin startproject firstproject // создание нового проекта |
django-admin -h // посмотреть все команды |
#Создание нового приложения: |
python manage.py startapp firstapp |
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment