Yes, that is true. I set the virtualenv with --no-site-packages as I want 
a reproducible environment for my Django project. This should not mean that 
I cannot install matplotlib within the virtualenv though, surely?

Sam

On Friday, 23 March 2012 14:42:55 UTC-6, Reinout van Rees wrote:
>
> On 23-03-12 21:37, Reinout van Rees wrote:
> > On 23-03-12 18:51, darwin_tech wrote:
> >> the weird thing is that matplotlib works fine on my system. If I have a
> >> Django project running outside of virtualenv, there is no problem and
> >> matplotlib is on the pythonpath.
> >
> > One of virtualenv's options is to isolate you *completely* from the
> > system python. "virtualenv -s" or something like that.
>
> I checked, it is '--no-site-packages'.
>
>
> Reinout
>
> -- 
> Reinout van Rees                    http://reinout.vanrees.org/
> rein...@vanrees.org             
> http://www.nelen-schuurmans.​nl/<http://www.nelen-schuurmans.nl/>
> "If you're not sure what to do, make something. -- Paul Graham"
>
>
On Friday, 23 March 2012 14:42:55 UTC-6, Reinout van Rees wrote:
>
> On 23-03-12 21:37, Reinout van Rees wrote:
> > On 23-03-12 18:51, darwin_tech wrote:
> >> the weird thing is that matplotlib works fine on my system. If I have a
> >> Django project running outside of virtualenv, there is no problem and
> >> matplotlib is on the pythonpath.
> >
> > One of virtualenv's options is to isolate you *completely* from the
> > system python. "virtualenv -s" or something like that.
>
> I checked, it is '--no-site-packages'.
>
>
> Reinout
>
> -- 
> Reinout van Rees                    http://reinout.vanrees.org/
> rein...@vanrees.org             
> http://www.nelen-schuurmans.​nl/<http://www.nelen-schuurmans.nl/>
> "If you're not sure what to do, make something. -- Paul Graham"
>
>

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

Reply via email to