Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUse winreg to find GIT_PYTHON_GIT_EXECUTABLE #814
Labels
Comments
FWIW, the following method do works for me:
|
@tardyp thanks a lot for the suggestion and the research! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per https://stackoverflow.com/questions/8507368/programmatically-not-manually-finding-the-path-where-git-is-installed-on-a-win
It looks like one could use the winreg in order to find git executable. Is this something you tried or are willing to take patch?