Lines Matching full:path
4 echo "of python is not early enough of the PATH of your shell."
20 # Make sure the directory ${PYTHON_ROOT}/bin is on the users PATH.
25 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'`
27 P="`(exec -l ${theShell} -c 'echo $PATH')`"
47 echo "${PYTHON_ROOT}/bin is not on your PATH or at least not early enough"
60 echo "# Setting PATH for Python ${PYVER}" >> "${RC}"
62 echo "set path=(${PYTHON_ROOT}/bin "'$path'")" >> "${RC}"
87 echo "# Setting PATH for Python ${PYVER}" >> "${RC}"
89 echo "set -x PATH \"${PYTHON_ROOT}/bin\" \"\$PATH\"" >> "${RC}"
108 echo "# Setting PATH for Python ${PYVER}" >> "${PR}"
110 echo 'PATH="'"${PYTHON_ROOT}/bin"':${PATH}"' >> "${PR}"
111 echo 'export PATH' >> "${PR}"