[plt-scheme] Creating a symbolic link for OS X

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Jul 8 21:22:15 EDT 2008

On Jul  8, Gregory Woodhouse wrote:
> This is pretty much a minor annoyance, but with each new version I
> have to go through the same basic process to update my symbolic link
> /usr/local/plt
> 
> gregory-woodhouses-computer:/usr/local root# ln -s /Applications/PLT\  
> Scheme\ v4.0.2 /usr/local/plt
> gregory-woodhouses-computer:/usr/local root# exit
> exit
> ~:$ which mzscheme
> /usr/local/plt/bin/mzscheme
> ~:$
> 
> It would be nice if this could be automated.

If you always use a single version, then you can just rename the
directory "/Applications/PLT Scheme" so the symlink can stay the same.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.