Skip to content

Instantly share code, notes, and snippets.

@ryanorsinger
Forked from zgulde/catalina_upgrade.md
Created March 18, 2020 20:18
Show Gist options
  • Save ryanorsinger/73b6c076f7c7c54b76928ce39d858a7a to your computer and use it in GitHub Desktop.
Save ryanorsinger/73b6c076f7c7c54b76928ce39d858a7a 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