Use python3 now by default.

This commit is contained in:
Antoine Nguyen
2020-09-17 11:57:50 +02:00
parent 1fa390513d
commit 94346ee58a
2 changed files with 3 additions and 14 deletions

View File

@@ -28,18 +28,7 @@ Usage::
$ git clone https://github.com/modoboa/modoboa-installer
$ 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>
$ 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