[Distutils] Scripts output directory

J.M. Dana jmdana at gmail.com
Sun Oct 13 03:50:55 CEST 2013


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.


More information about the Distutils-SIG mailing list