Am 03.11.2010 22:39 schrieb Bob Tanner:
Section, "Upgrading TurboGears"

To upgrade an existing TurboGears installation, activate the VirtualEnv and 
pass the -U flag to easy_install with the “index” URL for the new version to 
which you would like to upgrade:

easy_install -U -i http://www.turbogears.org/2.1/downloads/current/index 
tg.devtools

which will update each dependency which has been upgraded.

Note "each dependency which has been upgraded".
Unfortunately, the tg core dependency has not been upgraded, tg-devtools 2.1rc1 still requires only TurboGears2.1b2.
I guess that was an oversight, tg-devtools should really
always require the same version of TurboGears2.

Anyway, you can always do a manual update with
easy_install -U -i http://www.turbogears.org/2.1/downloads/current/index TurboGears2

-- Christoph

--
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to