From a01c2ab67bb36cc1313079b8257bdad98597b0c0 Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Wed, 25 Sep 2013 10:06:31 -0400 Subject: Oops, need a $VENV path to easy_install --- docs/quick_tutorial/requirements.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/quick_tutorial') diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst index 4c71d0fdd..bdab8210e 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -209,7 +209,7 @@ part is pretty easy: .. code-block:: bash # Mac and Linux - $ easy_install pyramid + $ $VENV/bin/easy_install pyramid # Windows c:\> %VENV%\Scripts\easy_install pyramid -- cgit v1.2.3