Python 3.8 fixes.

This commit is contained in:
Antoine Nguyen
2020-09-15 11:14:23 +02:00
parent c3b6ce9b8e
commit 1fa390513d
5 changed files with 31 additions and 12 deletions

View File

@@ -30,6 +30,17 @@ Usage::
$ cd modoboa-installer
$ sudo ./run.py <your domain>
.. note::
On some systems (Ubuntu 20.04 for example), you might encounter the
following issue::
/usr/bin/env: 'python': No such file or directory
If so, try to run the command like this::
$ sudo python3 run.py <your domain>
A configuration file will be automatically generated the first time
you run the installer, please don't copy the
``installer.cfg.template`` file manually.