I have to manage multiple Grails version on Ubuntu, namely 1.3.9 and 2.0.4. I have installed Grails from the PPA, which allows to install multiple versions, but only creates one entry under bin, which points to the most recent version.
What is the simplest way to switch between Grails versions? Please note that I am new to Grails, and I would prefer a solution that does not depend on a particular IDE.