OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PYTHON_ROOT
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Mac/BuildScript/scripts/
postflight.patch-profile
9
PYTHON_ROOT
="/Library/Frameworks/Python.framework/Versions/@PYVER@"
20
# Make sure the directory ${
PYTHON_ROOT
}/bin is on the users PATH.
39
if [ "${elem}" = "${
PYTHON_ROOT
}/bin" ]; then
47
echo "${
PYTHON_ROOT
}/bin is not on your PATH or at least not early enough"
62
echo "set path=(${
PYTHON_ROOT
}/bin "'$path'")" >> "${RC}"
94
echo 'PATH="'"${
PYTHON_ROOT
}/bin"':${PATH}"' >> "${PR}"
/external/python/cpython3/Mac/BuildScript/scripts/
postflight.patch-profile
9
PYTHON_ROOT
="/Library/Frameworks/Python.framework/Versions/@PYVER@"
20
# Make sure the directory ${
PYTHON_ROOT
}/bin is on the users PATH.
39
if [ "${elem}" = "${
PYTHON_ROOT
}/bin" ]; then
47
echo "${
PYTHON_ROOT
}/bin is not on your PATH or at least not early enough"
62
echo "set path=(${
PYTHON_ROOT
}/bin "'$path'")" >> "${RC}"
94
echo 'PATH="'"${
PYTHON_ROOT
}/bin"':${PATH}"' >> "${PR}"
Completed in 240 milliseconds