PyCharm 恢复默认设置 | JetBrains IDE 配置文件安装目录

网上的答案为什么都乱七八糟并且全都全篇一律?某度知道是发源地?

先说 Mac

按需运行下面的 rm 删除命令

# Configuration
rm -rf ~/Library/Preferences/PyCharm*
# Caches
rm -rf ~/Library/Caches/PyCharm*
# Plugins
rm -rf ~/Library/Application Support/PyCharm*
# Logs
rm -rf ~/Library/Logs/PyCharm*

再来 Windows

找到下面的路径,然后删掉即可

#  Windows Vista, 7, 8, 10:
<SYSTEM DRIVE>\Users\<USER ACCOUNT NAME>\.<PRODUCT><VERSION>
# Windows XP:
<SYSTEM DRIVE>\Documents and Settings\<USER ACCOUNT NAME>\.<PRODUCT><VERSION>

官方链接:Directories used by the IDE to store settings, caches, plugins and logs

posted @ 2017-12-17 02:18  三十六变  阅读(14374)  评论(1编辑  收藏  举报