fix: [install] Added pip3 installation before the venv installation

pull/3892/head
Andras Iklody 2018-11-18 23:07:53 +01:00 committed by GitHub
parent 69bdb4a3a8
commit e644780c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ sudo -u www-data git submodule foreach --recursive git config core.filemode fals
sudo -u www-data git config core.filemode false
# Create a python3 virtualenv
sudo apt-get install python3-pip
pip3 install virtualenv
sudo -u www-data virtualenv -p python3 ${PATH_TO_MISP}/venv