Last active
May 6, 2020 05:04
-
-
Save cupnoodle/c42c07b6b894772eac76e787a0160eaa to your computer and use it in GitHub Desktop.
Install Ruby using Rbenv homebrew ssl
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
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer | |
sudo xcodebuild -license accept | |
brew install openssl | |
RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl)" rbenv install 2.6.5 | |
brew install postgresql | |
brew services start postgresql | |
brew install redis | |
brew services start redis | |
brew install imagemagick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment