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
| ### Open Terminal then get homebrew if you don't already have it. | |
| /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" | |
| ### Then run these commands (this is not the order from the video, but should be cleaner here). | |
| brew install openssl readline sqlite3 xz zlib android-platform-tools tcl-tk | |
| ### Then set these env variables to ensure pyenv is built correctly and install it: |
OlderNewer