I\'m reading the github wiki for git-for-windows and it says that msys2 bundles pacman: https://github.com/git-for-windows/git/wiki/Package-management
But when I invo
I did not want to move from my already working Git for Windows installation so I improvised a bit:
${git-sdk}/usr/bin/pacman.exe
to ${git}/usr/bin
${git-sdk}/etc/pacman.conf
and ${git-sdk}/etc/pacman.d
to ${git}/etc
${git-sdk}/var
to ${git}/
That's all. You can now open your Git Bash and run pacman -S python
to install packages on your existing Git for Windows setup.
You will need write access to Git for Windows directory. Also, your pacman
now thinks it has a lot of packages installed (from SDK) but it did not stop me from using it.