# setup tools
#
- export PYTHON_HOME="$REPO_HOME/tool_shared/third_party/python"
+ export PYTHON_HOME="$REPO_HOME/tool_shared/third_party/Python"
if [[ ":$PATH:" != *":$PYTHON_HOME/bin:"* ]]; then
export PATH="$PYTHON_HOME/bin:$PATH"
fi
# setup tools
#
- export PYTHON_HOME="$REPO_HOME/tool_shared/third_party/python"
+ export PYTHON_HOME="$REPO_HOME/tool_shared/third_party/Python"
if [[ ":$PATH:" != *":$PYTHON_HOME/bin:"* ]]; then
export PATH="$PYTHON_HOME/bin:$PATH"
fi
# setup tools
# initially these will not exist, as the toolsmith installs them
#
- export PYTHON_HOME="$REPO_HOME/tool_shared/third_party/python"
+ export PYTHON_HOME="$REPO_HOME/tool_shared/third_party/Python"
if [[ ":$PATH:" != *":$PYTHON_HOME/bin:"* ]]; then
export PATH="$PYTHON_HOME/bin:$PATH"
fi