Uhmm.... and this has what exactly to do with Django? ;-) But in general, just add this to your ~/.profile (just create it if you don't have it)
export PATH=/opt/local/bin:/opt/local/sbin:$PATH export MANPATH=/opt/local/man:$MANPATH export LD_LIBRARY_PATH=/opt/local/lib:$LD_LIBRARY_PATH (among other things if you also want to compile against headers there etc.) - Horst On Mon, Apr 14, 2008 at 9:49 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I just installed MacPorts as instructed with X11 and XCode 3.0 on OSX > version 10.5.2 MacBook and I'm not finding the usual .bash_profile > or .profile and therefore get this error. > > Thanks for any help, > > Jason > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

