Skip to content

Conversation

@alex-feel
Copy link
Owner

Fix two critical Windows compatibility bugs in both install_claude.py and setup_environment.py:

  1. Extension case normalization: shutil.which() returns uppercase .EXE extension but Git Bash is case-sensitive and requires lowercase .exe
  2. WSL bash priority: find_bash_windows() now checks Git Bash common locations before PATH search to avoid finding WSL bash at C:\Windows\System32\bash.exe which uses incompatible path format

Fix two critical Windows compatibility bugs in both install_claude.py and setup_environment.py:
1. Extension case normalization: shutil.which() returns uppercase .EXE extension but Git Bash is case-sensitive and requires lowercase .exe
2. WSL bash priority: find_bash_windows() now checks Git Bash common locations before PATH search to avoid finding WSL bash at C:\Windows\System32\bash.exe which uses incompatible path format
@github-actions
Copy link

github-actions bot commented Jan 7, 2026

Coverage report

Click to see where and how coverage changed

FileStatementsMissingCoverageCoverage
(new stmts)
Lines missing
  scripts
  install_claude.py 176-179, 378
  setup_environment.py 341-352, 461-467, 478-490
Project Total  

This report was generated by python-coverage-comment-action

@alex-feel alex-feel merged commit f2b0177 into main Jan 7, 2026
12 checks passed
@alex-feel alex-feel deleted the alex-feel-dev branch January 7, 2026 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants