Skip to content

Instantly share code, notes, and snippets.

@larsyencken
Last active December 28, 2015 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsyencken/7424864 to your computer and use it in GitHub Desktop.
Save larsyencken/7424864 to your computer and use it in GitHub Desktop.
Pyret: bootstrap with Marelle
# install Marelle to /usr/local prefix
bash -c "`curl https://raw.github.com/larsyencken/marelle/master/bootstrap_global.sh`"
# install marelle-deps into ~/.marelle/deps
mkdir -p ~/.marelle
pushd ~/.marelle
if [ ! -d deps ]; then
git clone https://github.com/larsyencken/marelle-deps deps
fi
popd
# install racket and pyret into ~/.local
marelle meet pyret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment