In article <9c2c8ffb1002221122i3b6f211etd67c82533f3c0...@mail.gmail.com>, Norman Khine <nor...@khine.net> wrote: >[...]how do i temporarily > change my system so that the default python is $HOME/bin/python > > i have tried to change the symlink files, i also have in my .profile > export PYTHON=$HOME/bin/python:$PYTHON
Have you tried putting that in .bash_profile instead? If it still doesn't work, try modifying your PATH in .bash_profile: export PATH="$HOME/bin":$PATH -- Ned Deily, n...@acm.org _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG