Last active
August 29, 2015 14:03
-
-
Save mikesorae/bb39082f080c64445e37 to your computer and use it in GitHub Desktop.
install anyenv system-widely
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
#!/bin/bash | |
cd /usr/local | |
git clone https://github.com/riywo/anyenv .anyenv | |
echo 'export PATH="/usr/local/.anyenv/bin:$PATH"' >> /etc/profile | |
echo 'export ANYENV_ROOT="/usr/local/.anyenv"' >> /etc/profile | |
echo 'eval "$(anyenv init -)"' >> /etc/profile | |
exec $SHELL -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment