Skip to content

Instantly share code, notes, and snippets.

@chaityacshah
Created May 28, 2018 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chaityacshah/82441d7273d3a18473b8bfef1dc29564 to your computer and use it in GitHub Desktop.
Save chaityacshah/82441d7273d3a18473b8bfef1dc29564 to your computer and use it in GitHub Desktop.
Resetting pycharm settings on macOS

rm -rf ~/Library/Preferences/<PRODUCT><VERSION>/
rm -rf ~/Library/Caches/<PRODUCT><VERSION>/
rm -rf ~/Library/Application\ Support/PyCharmCE2018.1/
rm -rf ~/Library/Logs/PyCharmCE2018.1/

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