From 66c8fb92f305cac45556a453f86e05b899533ffb Mon Sep 17 00:00:00 2001 From: Thomas Walker Lynch Date: Fri, 7 Nov 2025 06:03:15 +0000 Subject: [PATCH] adds 0pus tag, and fixes env_ python -> Python --- 0pus_Harmony | 0 0pus_Harmony_skeleton | 0 env_developer | 2 +- env_tester | 2 +- env_toolsmith | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 0pus_Harmony create mode 100644 0pus_Harmony_skeleton 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 -- 2.20.1