Skip to content

Instantly share code, notes, and snippets.

@nukesaq88
Created August 27, 2014 05:56
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 nukesaq88/584bf0ae40e6b4adb99c to your computer and use it in GitHub Desktop.
Save nukesaq88/584bf0ae40e6b4adb99c to your computer and use it in GitHub Desktop.
anyenv install memo on MacOS
#clone anyenv
git clone https://github.com/riywo/anyenv ~/.anyenv
echo 'export PATH="$HOME/.anyenv/bin:$PATH"' >> ~/.zshrc
echo 'eval "$(anyenv init -)"' >> ~/.zshrc
source ~/.zshrc
# install *env
#anyenv install rbenv
#anyenv install plenv
#anyenv install pyenv
#anyenv insndenv
#source ~/.zshrc
#example: install ruby 2.1.2
#rbenv install 2.1.2
#rbenv global 2.1.2
#source ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment