Instalacion de Python 3 en Centos
Instalacion de Python 3 en Centos
Step 1 – Requirements
This Python installation required GCC compiler on your system. Login to your server using
ssh or shell access. Now, use the following command to install prerequisites for Python
before installing it.
cd /usr/src
wget https://www.python.org/ftp/python/3.6.4/Python-3.6.4.tgz
cd Python-3.6.4
./configure --enable-optimizations
make altinstall
make altinstall is used to prevent replacing the default python binary file
/usr/bin/python .
rm /usr/src/Python-3.6.4.tgz
python3.6 -V
Python 3.6.4
export PATH="/usr/local/bin:$PATH"
Instalar Django:
Instalar psycopg2
Instalar paramiko
Instalar widget_tweaks