On Fri, Jan 6, 2012 at 11:08 PM, harishma dayanidhi < [email protected]> wrote:
> i was just running the commands through Git Bash while i was in the > sympy directory... all the previous instructions were working just fine > through it but when i ran - "./bin/test" it gave the above mentioned > error...- "/bin/env: python: No such file or directory" . The first > line of the test script also reads "#!/usr/bin/env python" . when i googled > it said that this line is generally ignored in windows... but the error > seems to be originating from it... > > Sorry, I guess I won't be much help here. I never run python through Git...but thanks to you raising the issue I now see that I can: `c:/python27/python.exe bin/test` works just fine through the mingw32 git bash console. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
