forked from github/pelican
Don't install the venv in the sources root, this can cause troubles with the bin folder
This commit is contained in:
parent
4de99619c3
commit
b0dcce01cb
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ the simpler one is via `pip <http://pip.openplans.org/>`_::
|
|||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue