adds 0pus tag, and fixes env_ python -> Python
authorThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Fri, 7 Nov 2025 06:03:15 +0000 (06:03 +0000)
committerThomas Walker Lynch <eknp9n@reasoningtechnology.com>
Fri, 7 Nov 2025 06:03:15 +0000 (06:03 +0000)
0pus_Harmony [new file with mode: 0644]
0pus_Harmony_skeleton [new file with mode: 0644]
env_developer
env_tester
env_toolsmith

diff --git a/0pus_Harmony b/0pus_Harmony
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/0pus_Harmony_skeleton b/0pus_Harmony_skeleton
new file mode 100644 (file)
index 0000000..e69de29
index 59993f6..7067d75 100644 (file)
@@ -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
index e4b16c7..5580c87 100644 (file)
@@ -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
index 2e27571..ee09200 100644 (file)
@@ -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