??默认情况下,PyCharm 将每个 IDE 实例的用户特定文件(配置、缓存、插件、日志等)存储在用户的主目录中。但是,如有必要,您可以更改存储这些文件的位置。
??未设置过是空白的,这里是设置之后的
Windows位置示例 | ||
---|---|---|
idea.system.path | 配置目录 | C:\Users\JohnS\AppData\Roaming\JetBrains\PyCharm2023.3 |
idea.system.path | 系统目录 | C:\Users\JohnS\AppData\Local\JetBrains\PyCharm2023.3 |
idea.plugins.path | 插件目录 | C:\Users\JohnS\AppData\Roaming\JetBrains\PyCharm2023.3\plugins |
idea.log.path | 日志目录 | C:\Users\JohnS\AppData\Local\JetBrains\PyCharm2023.3\log |
# custom PyCharm properties (expand/override 'bin\idea.properties')
#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the settings directory.
#---------------------------------------------------------------------
idea.config.path=C:/Users/lenovo/AppData/Roaming/JetBrains/PyCharm2022.3
#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the caches directory.
# C:\Users\JohnS\AppData\Local\JetBrains\PyCharm2023.3
#---------------------------------------------------------------------
idea.system.path=F:/Users/lenovo/AppData/Local/JetBrains/PyCharm2022.3
#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the user-installed plugins directory.
#---------------------------------------------------------------------
idea.plugins.path=C:/Users/lenovo/AppData/Roaming/JetBrains/PyCharm2022.3/plugins
#---------------------------------------------------------------------
# Uncomment this option if you want to customize a path to the logs directory.
#C:\Users\JohnS\AppData\Local\JetBrains\PyCharm2023.3\log
#---------------------------------------------------------------------
idea.log.path=F:/Users/lenovo/AppData/Local/JetBrains/PyCharm2022.3/log
重启 PyCharm 后,将使用上述设置的相应目录的新位置。
??每次安装 PyCharm 的新主要版本时,它都会使用一组新的 IDE 目录,并自动删除过去 180 天内未更新的旧版本 IDE 的缓存和日志目录。配置和插件目录将永远保留,除非您手动删除它们。