In article <[email protected]>, Norman Khine <[email protected]> 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, [email protected] _______________________________________________ Pythonmac-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
