mirror of
https://github.com/python/cpython.git
synced 2025-08-07 18:38:38 +00:00
Remove some traces of 'MacPython'
This commit is contained in:
parent
f44c6540fb
commit
cc00a262a6
3 changed files with 7 additions and 10 deletions
|
@ -57,7 +57,7 @@ case "${BSH}" in
|
|||
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
|
||||
|
@ -86,7 +86,7 @@ if [ -f "${PR}" ]; 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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue