Re: Cant find django
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 django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home