mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
537 B
537 B
Windows Setup
Pi requires a bash shell on Windows. Checked locations (in order):
- Custom path from
~/.pi/agent/settings.json - Git Bash (
C:\Program Files\Git\bin\bash.exe) - Managed Portable Git Bash (
~/.pi/agent/bin/portable-git/bin/bash.exe) bash.exeon PATH (Cygwin, MSYS2, WSL)
If no bash is found, Pi downloads Git for Windows Portable Git into ~/.pi/agent/bin/portable-git. Set PI_OFFLINE=1 to disable automatic downloads.
Custom Shell Path
{
"shellPath": "C:\\cygwin64\\bin\\bash.exe"
}