making symlinks with distutils

Michele Simionato michele.simionato at gmail.com
Fri Feb 4 07:01:25 EST 2005


>From what I see in the docs, registering a script just normalize the
shebang line, but does not install it in
/usr/bin, nor make any symbolic links, so it is not
what I am looking for.
I guess I need to add a os.link(src, dst) somewhere in the
setup.py script or in a postinstallation script but I am not exactly
sure where.

 M.S.




More information about the Python-list mailing list