From: Thomas Walker Lynch Date: Fri, 7 Nov 2025 06:03:15 +0000 (+0000) Subject: adds 0pus tag, and fixes env_ python -> Python X-Git-Url: https://git.reasoningtechnology.com/style/static/gitweb.js?a=commitdiff_plain;h=66c8fb92f305cac45556a453f86e05b899533ffb;p=Harmony.git adds 0pus tag, and fixes env_ python -> Python --- diff --git a/0pus_Harmony b/0pus_Harmony new file mode 100644 index 0000000..e69de29 diff --git a/0pus_Harmony_skeleton b/0pus_Harmony_skeleton new file mode 100644 index 0000000..e69de29 diff --git a/env_developer b/env_developer index 59993f6..7067d75 100644 --- a/env_developer +++ b/env_developer @@ -14,7 +14,7 @@ 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 diff --git a/env_tester b/env_tester index e4b16c7..5580c87 100644 --- a/env_tester +++ b/env_tester @@ -14,7 +14,7 @@ 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 diff --git a/env_toolsmith b/env_toolsmith index 2e27571..ee09200 100644 --- a/env_toolsmith +++ b/env_toolsmith @@ -15,7 +15,7 @@ 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