we're in 2.7 now
This commit is contained in:
parent
25584b1b74
commit
218c6662a4
|
@ -5,7 +5,7 @@ echo "of python is not early enough of the PATH of your shell."
|
|||
echo "These changes will be effective only in shell windows that you open"
|
||||
echo "after running this script."
|
||||
|
||||
PYVER=2.5
|
||||
PYVER=2.7
|
||||
PYTHON_ROOT="/Library/Frameworks/Python.framework/Versions/Current"
|
||||
|
||||
if [ `id -ur` = 0 ]; then
|
||||
|
|
Loading…
Reference in New Issue