Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 212 by khamenya: pip install command should be corrected in docs ? http://code.google.com/p/django-hotclub/issues/detail?id=212
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. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
