Tag Archives: install python directadmin

How to Update Python to Version 3.4 on a Directadmin Server

If you have a Directadmin server and a python app, that requires at least version 3, here is the fastest solution. 1. If you haven’t done so yet, you have to enable EPEL repository. Here is how: yum install epel-release 2. Install python 3.4 yum install python34 3. install pip and setuptools curl -O https://bootstrap.pypa.io/get-pip.py sudo /usr/bin/python3.4 get-pip.py… Read More »