Well, Python was not working in the command line of git bash it gave the error *python: command not found*, so I searched for the way to do it. Even running the desired commands the same error resulted, the mistake that I made was I guess I did not launch the git bash in the usual way rather I opened in the sympy repo. Here is the link to make python working in the git bash: http://interactivepython.org/runestone/static/pip2/Installation/pythonInstall.html .
Hope this may help. Yathartha On Tuesday, January 24, 2017 at 7:22:50 PM UTC+5:30, Gaurav Dhingra wrote: > > If you feel okay, then you can post your solution (where you were going > wrong). > > > Gaurav Dhingra > > On Tue, Jan 24, 2017 at 7:11 PM, Yathartha Joshi <[email protected] > <javascript:>> wrote: > >> Sorry for the two messages, I was a bit too early to post. >> Now I figured out where actually I was going wrong. >> The problem is solved. Thanks @gaurav. >> >> Yathartha >> >> On Tuesday, January 24, 2017 at 5:00:19 PM UTC+5:30, Yathartha Joshi >> wrote: >>> >>> Hey, I am new I need help regarding how do I test the changes that I >>> made in the module. >>> I have made certain changes but I can't figure out how to check whether >>> my changes work for all test cases... How do I check?? >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "sympy" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] <javascript:> >> . >> Visit this group at https://groups.google.com/group/sympy. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/sympy/b13b6114-d3ab-4275-8eee-52daa51bdba5%40googlegroups.com >> >> <https://groups.google.com/d/msgid/sympy/b13b6114-d3ab-4275-8eee-52daa51bdba5%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "sympy" 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 https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/75e875b9-32e7-422d-99fe-1d6d0b4e98bc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
