Why isn't git bash transforming the path to *nix notation for my python installation?
Working on Windows 7, I've installed git with the git bash and then installed python and am having trouble running it from the command line. Here's what I've learned so far: *nix uses : as a path separator. Therefore C:/Users/Someone would be seen as two separate paths. *nix uses /c/users/someone notation instead. When I run echo $PATH from git bash, every path there (including Node, which I only just installed now, after everything else) is using the correct /c/ notation-- --except Python, which still has the C:/ notation, and is therefore not accessible from the terminal since it can't find