Hi,
according to http://pinaxproject.com/docs/trunk/install.html
one should issue the following in pip-based approach:
pip install --requirement src/pinax/requirements/external_apps.txt
However this allows the pip to lookup for packages in the hosting/global
environment. It looks wrong for me and led to errors when I work in the
activated virtualenv, because on while activated the hosting/global
environment is not looked up by django/pinax.
Whereas
pip install -E /path/to/my/pinax-env --requirement
src/pinax/requirements/external_apps.txt
worked for me as expected.
Original issue reported on code.google.com by khame...@gmail.com on 30 Mar 2009 at 10:56
Original issue reported on code.google.com by
khame...@gmail.com
on 30 Mar 2009 at 10:56