Alin Mr <[email protected]> writes: > Hi, is there a way to upgrade all installed eggs to their latest versions?
Yes. Install the chicken-update egg to get that functionality. > Also, is there a way to get a list of installed eggs, so that I can > chicken-install them on another machine? chicken-status -list produces a machine-readable list of egg names and versions. You can pass that to chicken-install -from-list. HTH, -- Chris
