specify python3 when creating virtualenv (#723)
Lemur is developed against Python3.5. If you do not specify the Python version it is possible the virtualenv will be built on a different version.
This commit is contained in:
parent
d68b2b22e0
commit
6c8a6620d2
|
@ -59,7 +59,7 @@ Create the virtual environment, activate it and enter the Lemur's directory:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ virtualenv lemur
|
||||
$ virtualenv -p python3 lemur
|
||||
$ source /www/lemur/bin/activate
|
||||
$ cd lemur
|
||||
|
||||
|
|
Loading…
Reference in New Issue