On Sunday, March 2, 2014 10:36:51 PM UTC-4:30, Omar Acevedo wrote:
>
> I have inside a file called .bashrc, 
> source /home/userName/.env/env/bin/active, 
> which makes me be in in a virtual environment already, no?
> It has a (env) to the left all the time.
> I presume that that is "activating virtualenv to run the server", right?
> On Sun, Mar 2, 2014 at 7:19 PM, Camilo Torres 
> <camilo...@gmail.com<javascript:>
> > wrote:
>
>> You also should be activating your virtualenv to run the server.
>>
>
No. You are running your commands in a virtualenv, but I don't know if you 
are running your server in a virtualenv. For server I mean the software 
that is serving your web application. You wrote in a previous message that 
you are using a  shared hosting service, that it means that the same web 
server is serving for every domain or account? You don't mention what 
server you are using, for example: apache, lighttpd, nginx. Does the server 
instance runs in the virtualenv? May be not.

Try to install your application and dependencies out of a virtualenv, 
server wide.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/97e6134f-1ea7-4f44-8c68-4f6151e7dd6b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to