On Mar 11, 10:51 am, "neri...@gmail.com" <neri...@gmail.com> wrote:
> 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?
By running the correct version of the 'python' executable. Do not go
trying to manually stuff the location of the MacPorts installation
into your PYTHONPATH.
Run:
which python
if it says:
/usr/bin/python
you are still running the operating system version. If it is 2.3, then
you must still be running MacOS X 10.4 (Tiger) as later OS versions
have 2.5.2 (??).
Try instead running:
/opt/local/bin/python
instead of just 'python'.
Graham
--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---