因为Pycharm项目缓存C:\Users\wq\.PyCharm2017.2\system\caches下面的content.dat.storageData特别大,占用很多C盘空间,所以我就想办法,把这些设置移动到D盘

在网上找了一下,链接在这里https://intellij-support.jetbrains.com/hc/en-us/articles/207240985,可以实现,大概就是在C:\Users\wq\.PyCharm2017.2\config下新建一个idea.properties或者直接在

Pycharm里的Help/Edit Custom Properties的选项下面新建,然后把你的设置都设好:如:

# custom PyCharm properties
idea.config.path=d:/PycharmConfig/idea/caches/trunk-config
idea.system.path=d:/PycharmConfig/idea/caches/trunk-system
idea.plugins.path=d:/PycharmConfig/idea/caches/trunk-plugins
再重启Pycharm就可以了

相关文章:

  • 2021-12-18
  • 2021-11-30
  • 2022-01-26
  • 2021-06-14
  • 2021-12-05
  • 2022-01-01
  • 2022-01-02
  • 2021-12-02
猜你喜欢
  • 2021-09-05
  • 2021-09-16
  • 2021-06-05
  • 2021-12-11
  • 2021-05-22
相关资源
相似解决方案