Commit 45f50108efe74dca8b50a51feba778e209e5c9bc

Authored by Etienne Pallier
1 parent 673a1635
Exists in dev

debug mysql...

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
install/install.py
... ... @@ -8,7 +8,7 @@ import fileinput
8 8  
9 9  
10 10 # By default, install the virtual environment AND the database
11   -INSTALL_VENV = False
  11 +INSTALL_VENV = True
12 12 INSTALL_DB = True
13 13  
14 14 VENV = "venv_py3_pyros"
... ...