sarugaku / shellingham

Tool to Detect Surrounding Shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle git bash for windows (on msys1)

techalchemy opened this issue · comments

The real question is can we even spawn processes using this?

There is another complication to this problem: How do you install Python in Git Bash? Msys, or Win32 native? The Win32 native Python can work correctly in Git Bash (it is just another Window program), and detects bash.exe correctly. But I don’t even know how to install Python in Msys…

Nice. You install python the same way as anything. pacman -Syu python.

Seems like they removed pacman intentionally: git-for-windows/git#397 (comment)

I’ll leave this unsupported. If someone is really so determined to use it they can raise this.