-This package will install MacPython $FULL_VERSION for Mac OS X
+This package will install Python $FULL_VERSION for Mac OS X
$MACOSX_DEPLOYMENT_TARGET for the following
architecture(s): $ARCHITECTURES.
though the installer does not enforce this, otherwise
things will not work.
-MacPython consists of the Python programming language
+Python consists of the Python programming language
interpreter, plus a set of programs to allow easy
access to it for Mac users including an integrated development
environment, IDLE, plus a set of pre-built extension modules
by default you have to add the "bin" directory inside
the framework to you shell's search path.
-More information on MacPython can be found at
-http://www.python.org/download/mac/.
-
More information on Python in general can be found at
http://www.python.org.
cp -fp "${RC}" "${RC}.pysave"
fi
echo "" >> "${RC}"
- echo "# Setting PATH for MacPython ${PYVER}" >> "${RC}"
+ echo "# Setting PATH for Python ${PYVER}" >> "${RC}"
echo "# The orginal version is saved in .cshrc.pysave" >> "${RC}"
echo "set path=(${PYTHON_ROOT}/bin "'$path'")" >> "${RC}"
if [ `id -ur` = 0 ]; then
cp -fp "${PR}" "${PR}.pysave"
fi
echo "" >> "${PR}"
-echo "# Setting PATH for MacPython ${PYVER}" >> "${PR}"
+echo "# Setting PATH for Python ${PYVER}" >> "${PR}"
echo "# The orginal version is saved in `basename ${PR}`.pysave" >> "${PR}"
echo 'PATH="'"${PYTHON_ROOT}/bin"':${PATH}"' >> "${PR}"
echo 'export PATH' >> "${PR}"