develop
creates an .egg-link
file in the site-packages
directory, which points back to the location of the project files. The same path is also added to the easy-install.pth
file in the same location. Uninstalling with setup.py develop -u
removes that link file again.
Do note that any install_requires
dependencies not yet present are also installed, as regular eggs (they are easy_install
-ed). Those dependencies are not uninstalled when uninstalling the development egg.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…