Hello,
I'd like to get (programmatically) the directory where the scripts have been copied after doing "install". I know that "install_scripts" has a method called "get_outputs" that retrieves a list with all the destinations. However, when "easy_install" is called as part of "install", "install_scripts.get_outputs()" returns the location within the egg. I'd like to know how to retrieve the outputs for the final step in which those are moved to the final location. Any thoughts? Thanks in advance, Jose. _______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
