diff --git a/docs/develop/env.rst b/docs/develop/env.rst index 959a9a95d8..db7fc9ef8e 100644 --- a/docs/develop/env.rst +++ b/docs/develop/env.rst @@ -301,7 +301,7 @@ Now you can create the virtual environment and activate it. :: virtualenv fuel-web-venv - . virtualenv/bin/activate + . fuel-web-venv/bin/activate And then install the dependencies. ::