installation de python et pip
This commit is contained in:
parent
9145f37a18
commit
be45b37ed4
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue