File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020# Make sure the directory ${PYTHON_ROOT}/bin is on the users PATH.
2121BSH=" ` basename " ${theShell} " ` "
2222case " ${BSH} " in
23- bash|ksh|sh|* csh)
23+ bash|ksh|sh|* csh|zsh )
2424 if [ ` id -ur` = 0 ]; then
2525 P=` su - ${USER} -c ' echo A-X-4-X@@$PATH@@X-4-X-A' | grep ' A-X-4-X@@.*@@X-4-X-A' | sed -e ' s/^A-X-4-X@@//g' -e ' s/@@X-4-X-A$//g' `
2626 else
7676 PR=" ${HOME} /.bash_profile"
7777 fi
7878 ;;
79+ zsh)
80+ PR=" ${HOME} /.zprofile"
81+ ;;
7982* sh)
8083 PR=" ${HOME} /.profile"
8184 ;;
Original file line number Diff line number Diff line change @@ -286,6 +286,10 @@ Build
286286- Issue #4026: Make the fcntl extension build under AIX. Patch by Sébastien
287287 Sablé.
288288
289+ - Issue #9701: The MacOSX installer can patch the shell profile to ensure that
290+ the "bin" directory inside the framework is on the shell's search path. This
291+ feature now also supports the ZSH shell.
292+
289293
290294What's New in Python 3.2 Alpha 2?
291295=================================
You can’t perform that action at this time.
0 commit comments