Arc Forumnew | comments | leaders | submitlogin
Dual Installation of MzScheme
2 points by dls 6335 days ago | 2 comments
I am attempting to install arc. I already have plt-scheme installed that contains MzScheme i.e., =================================== [root@localhost ~]# rpm -qa | grep -i plt-scheme plt-scheme-371-1.fc8 [root@localhost ~]# mzscheme Welcome to MzScheme v371 [3m], Copyright (c) 2004-2007 PLT Scheme Inc. ========================= My question is can I install another version of MzScheme compatible with Arc functioning and leave PLT in place or do I need to uninstall PLT and just install MzScheme alone.

I know this is a elementary question but I am beginning and don't want to misstep with my first step. Thanks for your consideration.

Sincerely, DLS



2 points by eds 6334 days ago | link

I don't know about dual mzscheme installations, but I do know that the stable Anarki branch from the git repo is compatible with versions up to 372 (and newer, with some slight modifications).

The repo can be accessed at git://github.com/nex3/arc.git , or if that isn't convenient for you I have a tarball up at http://blackthorncentral.net/files/nex3-arc-stable.tar.gz .

-----

1 point by Jesin 6330 days ago | link

Although arcn was supposed to work with mzscheme 352, I have mzscheme 360 and arc2 seems to work for me. Try your current version of mzscheme and make sure it doesn't work before you install 352.

-----