Python install script made for Centos updated for Debian

Job ID: 35453843

Budget: $30 – $250 AUD

We have an install script for python code we have developed that works on centos that we need ported to Debian.

The following is a guide as to what we have for the centos install.


cd /tmp
wget https://dl dot fedoraproject dot org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -i epel-release-latest-7.noarch.rpm
yum -y update
yum -y install git python-devel python-pip gcc
cd /usr/local
git klone https : //*** at bit bucket dot org/account-***/***.git


Then ...

#Update setup:
yum -y update
cd /usr/local/***
git reset --hard HEAD
git pull

#Installation/update:
cd /usr/local/***
pip install -r requirements.txt

The issue is we are unable to install git, python-devel etc.
Related categories: PHP Python Linux Software Architecture Ubuntu