mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update docs/getting_started.rst
virtualenvwrapper requires a shell restart
This commit is contained in:
parent
0c02536605
commit
8f7a3044ec
1 changed files with 4 additions and 0 deletions
|
|
@ -19,6 +19,10 @@ and `virtualenvwrapper <http://www.doughellmann.com/projects/virtualenvwrapper/>
|
||||||
before installing Pelican::
|
before installing Pelican::
|
||||||
|
|
||||||
$ sudo pip install --upgrade virtualenv virtualenvwrapper
|
$ 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
|
$ mkvirtualenv pelican
|
||||||
$ pip install pelican
|
$ pip install pelican
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue