Message8880

Author madhusudancs
Recipients JacobBramley
Date 2009-03-23.13:54:22
Content
Oh you meant while running Mercurial? I was pretty confused as to why we need to
scan ~/lib/python while running make uninstall. But what you propose again
becomes too one-sided. What if a user had done make install-home before and now
running make install? This method breaks.

A better approach I feel is to supersede the path of install over the previous
install path in your sys.path after each install, but that again depends on how
to do it for individual users. (Only way I can think as of now is to again set
PYTHONPATH :P )
History
Date User Action Args
2009-03-23 13:54:33madhusudancssetrecipients: + JacobBramley
2009-03-23 13:54:33madhusudancssetmessageid: <1237816473.23.0.688402881531.issue1544@selenic.com>
2009-03-23 13:54:33madhusudancslinkissue1544 messages
2009-03-23 13:54:22madhusudancscreate