Hello,
I installed python 2.5.4 using macports and edited my .profile by
adding:
export PYTHONPATH=/opt/local/var/macports/sources/rsync.macports.org/
release/ports/lang/python25:${PYTHONPATH}
...which wasn't reflected in the shell when env was run, so I tried:
export PYTHONPATH=${PYTHONPATH}:/opt/local/var/macports/sources/
rsync.macports.org/release/ports/lang/python25
...which also didn't work. How do I get the shell to recognize the new
version?
Thanks,
J
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---