Browse Source

installation de python et pip

master
Hugo LEVY-FALK 8 years ago
parent
commit
be45b37ed4
  1. 2
      deploy.sh

2
deploy.sh

@ -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"

Loading…
Cancel
Save