when i run ls -las /usr/bin/python i get:
8 lrwxr-xr-x   1 root  wheel  9 Jul 21 22:50 /usr/bin/python ->
python2.3

when run "which python"
/usr/bin/python

I did not use macports, what i did do was install a later version of
python using this tutorial
<a href="http://blog.vixiom.com/2006/07/23/how-to-install-django-on-os-
x-tiger-104/">How To: Install Django on OS X (Tiger 10.4) </a>

and also, im seem to have profile stuff everywhere.
my .bash_profile:
export PATH=/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/django/bin:$PATH

my .profile:
# Setting PATH for MacPython 2.4
# The orginal version is saved in .profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/Current/bin:$
{PATH}"
export PATH

my .bash_login:
export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:
$PATH"

Can i consolidate these into one? or do they all server different
purposes?

Thanks in advance.
Jason
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to