installation de python et pip

This commit is contained in:
Hugo LEVY-FALK 2018-03-08 18:30:24 +01:00
parent 9145f37a18
commit be45b37ed4

View file

@ -9,6 +9,8 @@ printf "\033[0;32m > Installation de Apache \033[0m\n"
apt-get -y install apache2 libapache2-mod-wsgi-py3
a2enmod ssl
a2enmod wsgi
printf "\033[0;32m > Installation de Python3 et pip \033[0m\n"
apt-get -y install python3 python3-pip
printf "\033[0;32m > Création du virtualenv \033[0m\n"