Skip to content

Instantly share code, notes, and snippets.

@dialex
Last active July 13, 2025 13:14
Show Gist options
  • Select an option

  • Save dialex/0e86d24a427409031e0afabc99390131 to your computer and use it in GitHub Desktop.

Select an option

Save dialex/0e86d24a427409031e0afabc99390131 to your computer and use it in GitHub Desktop.
setup scripting enviroments
brew install pyenv
pyenv init
(reload terminal)
brew install readline xz
pyenv install 3.13.5
pyenv global 3.13.5
pyenv versions
python -V
pip -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