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:
Rick Breidenstein 2017-03-13 16:58:44 -04:00 committed by kevgliss
parent d68b2b22e0
commit 6c8a6620d2
1 changed files with 1 additions and 1 deletions

View File

@ -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