On Tuesday, July 3, 2012 9:42:28 AM UTC-4, Luke Granger-Brown wrote: > > In new versions of virtualenv the default has changed to > --no-site-packages, at least on Linux. Is this not also the case for > Windows? > > Luke > > Unfortunately, it is the same for windows. Every python project that I run on windows has PIL or pywin32 as a dependency, which requires me to remember to add "--system-site-packages", else it breaks (and not always in a way that is detected immediately).
-- Michael Manfre -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/kgVhijIl39IJ. 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/django-developers?hl=en.
