In article <[email protected]>, Neal Becker <[email protected]> wrote: > I think it is confusing that > easy_install blah > > doesn't do anything, and doesn't provide any clue, if it was to do an > update. You need to say > easy_install -U blah > > There are a few choices here. One might be that > easy_install blah > could notify you that an update is available. > > Personally, my preference would be to just do the update. Or, at least > offer to if run interactively.
$ more ~/.pydistutils.cfg [easy_install] upgrade = 1 zip-ok = 0 -- Ned Deily, [email protected] _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
