Message8875

Author JacobBramley
Recipients madhusudancs
Date 2009-03-23.09:02:08
Content
Ah yes, that's the problem. I thought I'd done install-home before too, but the
binaries got into /usr/local somehow so I must have done a system-wide
installation at some point. Apologies for the wild goose chase :-)

I'm sure this has already been discussed already, but one or more of the
following may help to prevent others from falling into the same trap that I did:
 * Provide an "uninstall" rule in the make file.
 * Scan ~/lib/python by default, just as many other paths are scanned by default.
 * Is it worth scanning ../lib/python?

Thanks!
Jacob
History
Date User Action Args
2009-03-23 09:02:10JacobBramleysetrecipients: + madhusudancs
2009-03-23 09:02:10JacobBramleysetmessageid: <1237798930.9.0.688000574471.issue1544@selenic.com>
2009-03-23 09:02:10JacobBramleylinkissue1544 messages
2009-03-23 09:02:08JacobBramleycreate