From 8f7a3044ec55a9dc8f7a62a41f05cb33a62cd91d Mon Sep 17 00:00:00 2001 From: Feth Arezki Date: Mon, 6 Aug 2012 15:13:04 +0300 Subject: [PATCH] Update docs/getting_started.rst virtualenvwrapper requires a shell restart --- docs/getting_started.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 1ab7c642..c954cf9f 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -19,6 +19,10 @@ and `virtualenvwrapper before installing Pelican:: $ sudo pip install --upgrade virtualenv virtualenvwrapper + +Note that virtualenvwrapper, being a shell hack, usually requires that a new shell +be started in order to be sourced. Continue -perhaps in a new shell:: + $ mkvirtualenv pelican $ pip install pelican