[elephant-devel] Some thoughts/Questions from testing

Alex Mizrahi killerstorm at newmail.ru
Mon May 12 07:55:28 UTC 2008


 GT> What do you all think about allowing two different versions of
 GT> Elephant to be installed at the same time?

that's pretty easy.

 let's suppose that "stable" elephant is somewhere on your 
asdf:*central-registry* path.
but you want to load "unstable" version that resides in 
"~/elephant-unstable/"

just to (pushnew #p"~/elephant-unstable/" asdf:*central-registry*)
and load elephant as normal -- asdf will first look into unstable directory, 
and find packages there.

if you're doing switching all the time, you can add a function into your rc 
file to do aforementioned trick, create a script or whatever. 




More information about the elephant-devel mailing list