On Aug 17, 10:46 am, ryles <[email protected]> wrote: > A related question: mypkg comes with several scripts which I'm not > interested in using for this project. However, because the mypkg > location (/custom/site-packages, /custom/bin) differs from the > development location ~/.local/lib/python.2-6/site-packages, ~/bin), > setuptools is copying all of the mypkg scripts to ~/bin. Since I don't > actually need any of these is there any way to disable this? I still > want the scripts / console_scripts associated with 'proj', however. > It's especially inconvenient since running setup.py develop -- > uninstall will not remove them.
I also noted that while setup.py develop --uninstall will remove 'proj' from ~/.local/lib/python.2-6/site-packages/easy-install.pth, mypkg will remain there. I suppose this is intentional since setuptools is uncertain if any other package is still dependent on having it there. I wonder if it would be worth it to add an option to force cleanup of these things. _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
