On Tuesday, 4 March 2014 00:54:48 UTC, Omar Acevedo wrote:
>
> Also there's a file called .bashrc which activates the virtualenv.
> This is the line that does that:
>     source /home/userName/.env/env/bin/activate
> So it runs (the virtualenv) always.
>

But the web server is not running as you! So whatever is in your .bashrc is 
completely irrelevant. That's why, as everyone keeps telling you, you need 
to activate the virtualenv in your server, which is normally done in the 
wsgi file. 
--
DR.

-- 
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/6c69b668-3034-466b-8464-eaebe15eddd1%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to