GITLAB
PYROS-IRAP
/
pyros
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
45f50108efe74dca8b50a51feba778e209e5c9bc
Authored by
Etienne Pallier
2019-06-18 17:20:00 +0200
1 parent
673a1635
Exists in
dev
debug mysql...
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
install/install.py
Inline
Side-by-side
install/install.py
Wrap text
Diff comments
View file @
45f5010
...
...
@@ -8,7 +8,7 @@ import fileinput
8
8
9
9
10
10
# By default, install the virtual environment AND the database
11
-INSTALL_VENV =
Fals
e
11
+INSTALL_VENV =
Tru
e
12
12
INSTALL_DB = True
13
13
14
14
VENV = "venv_py3_pyros"
...
...