Last active
December 28, 2015 01:59
-
-
Save larsyencken/7424864 to your computer and use it in GitHub Desktop.
Pyret: bootstrap with Marelle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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