Skip to content

Instantly share code, notes, and snippets.

@zgulde
Created January 9, 2020 14:55
Show Gist options
  • Save zgulde/2a6698fe5b56f8302b37b35c92ae1873 to your computer and use it in GitHub Desktop.
Save zgulde/2a6698fe5b56f8302b37b35c92ae1873 to your computer and use it in GitHub Desktop.

Upgrading to Catalina

After you've upgraded your OS, open up a terminal and do the following:

  1. Change your shell back to bash

    sudo chsh -s /bin/bash `whoami`
    
  2. Re-install xcode

    xcode-select --install
    
  3. Log out (Command + Shift + Q) and log back in

And you should be good to go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment