See http://stackoverflow.com/a/3613880/161801. It edits a file called easy-install.pth in your site-packages. You need to edit that file and remove the reference.
Aaron Meurer On Mon, Oct 28, 2013 at 11:55 AM, Pablo Puente <[email protected]> wrote: > Hi, > > I installed sympy in python to point to my git repository with: > > $ setupegg.py develop > > Now I would like to remove this link to the git repository. > > How could I do it? > > Thanks, > Pablo > > > -- > 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 http://groups.google.com/group/sympy. > For more options, visit https://groups.google.com/groups/opt_out. -- 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 http://groups.google.com/group/sympy. For more options, visit https://groups.google.com/groups/opt_out.
