[Baypiggies] BayPIGgies meeting Thursday, May 27, 2010: Django, Lessons Learned in the startup world

Dylan Reinhardt python at dylanreinhardt.com
Fri May 28 20:04:23 CEST 2010


On Fri, May 28, 2010 at 10:50 AM, Stephen Lacy <slacy at slacy.com> wrote:

> What I'm used to is "sudo apt-get install mysql python-django
> python-django-registration python-pip; sudo pip install django-haystack"
>


How about:

$ sudo easy_install django

You'll want to have setuptools installed first, of course.

That doesn't help you for mysql, but that's a whole different ball of wax on
OS X anyway.  If you're using OS X for development, you may be better off
developing against sqlite anyway.

HTH,

Dylan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20100528/408bdfe7/attachment-0001.html>


More information about the Baypiggies mailing list