Skip to content

Instantly share code, notes, and snippets.

@dialex
Last active August 1, 2021 14:19
Show Gist options
  • Save dialex/0e86d24a427409031e0afabc99390131 to your computer and use it in GitHub Desktop.
Save dialex/0e86d24a427409031e0afabc99390131 to your computer and use it in GitHub Desktop.
setup scripting enviroments
brew install pyenv
pyenv init
(reload terminal)
pyenv install 3.9.6
pyenv global 3.9.6
pyenv versions
python3 -V
pip3 -V
brew install ruby-build
brew install rbenv
rbenv init
rbenv install
gem install bundler
# bundle update
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment