因為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就可以了