Re: [Distutils] develop install: how to update entry point file

2013-10-14 Thread Donald Stufft
Run pip install -e again, or possible just setup.py egg_info On Oct 14, 2013, at 6:54 AM, Thomas Güttler wrote: > Hi, > > > what needs to be done, to get an update of the entry_point file, > if you have installed a package as "develop". > > Example: > > pip install -e ...#egg=mylib > git upd

[Distutils] develop install: how to update entry point file

2013-10-14 Thread Thomas Güttler
Hi, what needs to be done, to get an update of the entry_point file, if you have installed a package as "develop". Example: pip install -e ...#egg=mylib git update # new code contains new entry point ... entrypoint not available. Thomas ___ Distut