On 2010-11-03 14:51:16 -0500, Christoph Zwerschke <[email protected]> said:
>Yes, you only upgrade tg-devtools, not the core tg package. > >If you do a fresh install of tg-devtools, then tg gets installed, too. But if >you only do an update of tg-devtools, then tg does *not* get >automatically >updated, too. How do I upgrade TurboGears? http://turbogears.org/2.1/docs/main/DownloadInstall.html 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 that it will not uninstall the previous versions of the packages. Does that only update major or point releases, ie 2.0 to 2.1? -- Bob Tanner <[email protected]> | Phone : 952-943-8700 http://www.real-time.com, Linux, OSX, VMware | Fax : 952-943-8500 Key fingerprint = F785 DDFC CF94 7CE8 AA87 3A9D 3895 26F1 0DDB E378 -- 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.

