Thursday, June 30, 2011

Re: Installing requirements in a virtualenv works when installed manually, fails when installed automatically

On Thu, Jun 30, 2011 at 3:59 PM, Benedict Verheyen
<benedict.verheyen@gmail.com> wrote:
> Hi,
>
>
> i've encountered a strange problem. When I install packages on the server in a virtualenv
> with pip manually, my page loads correctly.
> If I install the requirements via "pip install -r requirements", then i get the following error in apache:
>

Did you forget to tell pip to install to a virtualenv? Activate the
virtualenv, or pass "-E /path/to/venv/base" to pip.

If that doesn't work, we'd probably need to see the pip installation log.

Cheers

Tom

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment