On Fri, Aug 17, 2012 at 7:50 AM, Jonathan Vanasco <[email protected]> wrote:
> you can upgrade packages installed with `pip` using `easy_install`, and vice
> versa.
>
> pip currently has a bug in the upgrade function, so i'd recommend against
> using it for upgrades.
>
> a call to `easy_install --upgrade PACKAGE` will upgrade that package ,
> upgrade any dependencies to required version numbers, and recurse through
> all the packages with the same logic.
> many times, this will only upgrade a single package and take a few moments.

Will it respect the existing installation method (a regular package
install) or will it convert it to easy_install's
package-inside-an-egg-directory-that's-added-to-a-pth-file?

-- 
Mike Orr <[email protected]>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to