[Assorted-commits] SF.net SVN: assorted:[942] shell-tools/trunk/src/bash-commons/bashrc.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-08-11 19:10:14
|
Revision: 942 http://assorted.svn.sourceforge.net/assorted/?rev=942&view=rev Author: yangzhang Date: 2008-08-11 19:10:14 +0000 (Mon, 11 Aug 2008) Log Message: ----------- fixed user-local python paths Modified Paths: -------------- shell-tools/trunk/src/bash-commons/bashrc.bash Modified: shell-tools/trunk/src/bash-commons/bashrc.bash =================================================================== --- shell-tools/trunk/src/bash-commons/bashrc.bash 2008-08-11 19:09:37 UTC (rev 941) +++ shell-tools/trunk/src/bash-commons/bashrc.bash 2008-08-11 19:10:14 UTC (rev 942) @@ -148,7 +148,7 @@ pythonpath_prepend= for ver in 2.5 ; do # 2.4 ; do # 2.3 2.4 2.5 '' ; do pythonpath_prepend="$USER_PREFIX/lib/python$ver/site-packages:$pythonpath_prepend" - pythonpath_prepend="$USER_PKG/assorted-python/lib/python$ver/site-packages:$pythonpath_prepend" + pythonpath_prepend="$USER_TOAST_PREFIX/lib/python$ver/site-packages:$pythonpath_prepend" pythonpath_prepend="/usr/local/lib/python$ver/site-packages:$pythonpath_prepend" pythonpath_prepend="$GLOBAL_PREFIX/lib/python$ver/site-packages:$pythonpath_prepend" done This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |