On Wed, Nov 24, 2010 at 4:49 AM, T.N.T. <t...@banza.net> wrote:
> Is is possible to run different Radiant versions in parallel or do I
> need to deinstall 0.9 completely to be able to run 0.8.1?

i find the easiest way to handle it is to lock each project to the
version of radiant needed.

(from inside your project directory)

rake radiant:freeze:gems # locks to the version of radiant you
installed through rubygems

rake radiant:freeze:edge TAG=0.8.2 # locks to version 0.8.2 - requires
git to be in your PATH

you could also download an archive of a previous version and unpack it
to /your/project/vendor/radiant
archives are available at https://github.com/radiant/radiant/downloads

with any of these you will end up with a completely isolated version
of radiant kept in each project in the vendor/radiant directory.

Reply via email to