Is there any reason why we don't have setup.py develop aliased to this? I think that works in the IPython repo, for example.
Aaron Meurer On Thu, Apr 5, 2012 at 12:34 PM, Sean Vig <[email protected]> wrote: > Hi Ilya, > > The wiki is wrong. You should do './setupegg.py develop'. > > Sean > > > On Thu, Apr 5, 2012 at 13:20, Ilya Schurov <[email protected]> wrote: >> >> It seems to be some inconsistency between the wiki page >> >> https://github.com/sympy/sympy/wiki/Getting-the-bleeding-edge >> >> and the real life. Particularly, it concerns the following paragraph: >> >> "However, there is a way to install globally that will automatically >> update when you update from git. Use: >> >> ./setup.py develop" >> >> It does not work. At least, I've just cloned sympy git repo and tried to >> do ./setup.py develop with the following results: >> >> usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] >> or: setup.py --help [cmd1 cmd2 ...] >> or: setup.py --help-commands >> or: setup.py cmd --help >> >> error: invalid command 'develop' >> >> -- >> Sincerely yours, >> Ilya V. Schurov. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "sympy" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/sympy/-/PtnYKfNu3vcJ. >> 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. > > > -- > 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. -- 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.
