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

Thomas Güttler hv at tbz-pariv.de
Mon Oct 14 12:54:26 CEST 2013


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


More information about the Distutils-SIG mailing list