Update INSTALL.rhel7.md

pull/5706/head
Steve Clement 2020-03-26 21:46:04 +09:00 committed by GitHub
parent 22159887d7
commit 4074e9b1ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ installCoreRHEL () {
# Create a python3 virtualenv
sudo pip3 install virtualenv
$SUDO_WWW python3 /usr/local/bin/virtualenv -p python3 $PATH_TO_MISP/venv
$SUDO_WWW python3 -m venv $PATH_TO_MISP/venv
sudo mkdir /usr/share/httpd/.cache
sudo chown $WWW_USER:$WWW_USER /usr/share/httpd/.cache
$SUDO_WWW $PATH_TO_MISP/venv/bin/pip install -U pip setuptools