[plt-scheme] Creating a symbolic link for OS X
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!