Hi, On 24 March 2013 19:41, Lewis Levin <[email protected]> wrote: > All of git is installed. This installation works with Wingware ide, > Tortoise, and Bash (mingw). > FWIK, you can choose, when installing git on Win, if you want to have git in PATH or not. If you choose no, git commands are available only in git bash. I guess that other tools checks the standard installation path (or registry) but Spyder don't.
> so, the problem is in making Spyder aware of the location of the various git > executables. I cannot find where to do this. There is no general "install > external tool" available through the ui, nor in the ini file. I you can modify PATH permanently or before Spyder starts or maybe os.environ['PATH'] in the internal console. But I agree that there should be some configuration in Spyder itself. Can you please check your PATH variable to see if my assumptions are correct? I may be wrong... Vaclav -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
