On Wed, Dec 24, 2008 at 4:20 PM, William Ramsay <[email protected]> wrote: > Well, that at least tells me what's wrong. It turns out that I have two > versions of chicken running - 2.6 and 3.4. The newer version is running in > /usr/local/bin and the older in /usr/bin. Installing an egg finds /usr/bin > before /usr/local/bin, evidently. > > I guess the question now is how do I get rid of the older version? Is > there a programmatic way or should I just delete it?
Just delete the following: /usr/bin/csc /usr/bin/csi /usr/bin/chicken-setup /usr/lib/chicken /usr/share/chicken > > (Shouldn't the install of the new version straightened all this out?) > Well, it may be that one wants to have multiple versions installed (I do for testing, for example) cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
