Skip to content

Commit

Permalink
Add a step to the source install docs
Browse files Browse the repository at this point in the history
It seems it's sometimes necessary to deactivate and reactivate your
virtualenv after installing everything, to get the copy of paster right.
  • Loading branch information
Sean Hammond committed Nov 21, 2012
1 parent b0f19c9 commit 9ed808b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/install-from-source.rst
Expand Up @@ -66,6 +66,13 @@ c. Install the Python modules that CKAN requires into your virtualenv::

pip install -r ~/pyenv/src/ckan/pip-requirements.txt

d. Deactivate and reactivate your virtualenv, to make sure you're using the
virtualenv's copies of commands like ``paster`` rather than any system-wide
installed copies::

deactivate
. ~/pyenv/bin/activate

3. Setup a PostgreSQL database
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 9ed808b

Please sign in to comment.