Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Fix platform-specific installer path defaults - #205

Open
vincent-thomas wants to merge 1 commit into
mainfrom
agent/fix-installer-path
Open

Fix platform-specific installer path defaults#205
vincent-thomas wants to merge 1 commit into
mainfrom
agent/fix-installer-path

Conversation

@vincent-thomas

Copy link
Copy Markdown

Summary

  • install vers to /usr/local/bin by default on macOS and Linux
  • preserve the existing $HOME/.local/bin default for Windows-compatible shells
  • continue honoring an explicit INSTALL_DIR on every platform
  • document the platform-specific defaults in the installation guide

Why

The installer previously placed vers in $HOME/.local/bin on every platform. That directory is often absent from PATH in clean macOS and Linux environments, so the installer reported success but the documented vers --version command failed with command not found.

Selecting the default after OS detection puts Unix installs in /usr/local/bin, which is normally already on PATH, without changing the established Windows behavior.

Fixes hdresearch/chelsea#2270.

Validation

  • sh -n install.sh
  • git diff --check

@vincent-thomas
vincent-thomas marked this pull request as ready for review August 13, 2026 18:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants