diff --git a/docs/quickstart/index.rst b/docs/quickstart/index.rst index 25dea347..1479f0c5 100644 --- a/docs/quickstart/index.rst +++ b/docs/quickstart/index.rst @@ -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