# Set up a Screenshots folder
cd # Go home
mkdir Screenshots
defaults write com.apple.screencapture location /Users/<username>/Screenshots
killall SystemUIServer # Reset system settings to read new default
If pyenv install <version>
doesn't work and errors out because you're on MacOS 11, try this.
$ brew install zlib bzip2
$ export LDFLAGS="-L/usr/local/opt/zlib/lib"
$ export CPPFLAGS="-I/usr/local/opt/zlib/include"
- Open Xcode
- Go to Preferences > Locations