I am uninstalling BitNami Django. Where can I get a tarball? (which one should I get? How should I unpack it? How do i install? what is pip? how do I use virtualenv?) All I see is third party packages, I'm guessing that's not what I want??
On Mon, Jul 5, 2010 at 10:45 PM, Shawn Milochik <[email protected]> wrote: > The easiest solution I've found is to just install it with pip. > > Download the tarball for the version you want then run pip install filename. > > Of course you'll need to prefix that with sudo if you're installing it > system-wide, but I recommend virtualenv. > > I use a Mac for development full-time and don't have any problems setting up > in a fresh OS X install, compared to setting up an environment on our Linux > servers. Other than a bit of hassle getting psycopg2 (the PostgreSQL module) > to compile, but that's easily solved. > > Shawn > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > 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-users?hl=en. > > -- Bradley J. Hintze Graduate Student Duke University School of Medicine 801-712-8799 -- You received this message because you are subscribed to the Google Groups "Django users" group. 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-users?hl=en.

