From b0dcce01cb169a15fa427eb1317e6a9e3edc536a Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Tue, 29 Nov 2011 16:06:08 +0100 Subject: [PATCH] Don't install the venv in the sources root, this can cause troubles with the bin folder --- docs/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index deca0c17..3e60b63a 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -12,7 +12,7 @@ the simpler one is via `pip `_:: If you have the sources, you can install pelican using the distutils command install. I recommend to do so in a virtualenv:: - $ virtualenv . + $ virtualenv pelican_venv $ source bin/activate $ python setup.py install