2016-05-25 90 views

回答

1

bin/目錄中,有idea.properties文件(文本格式):

#--------------------------------------------------------------------- 
# Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes. 
#--------------------------------------------------------------------- 
# idea.config.path=${user.home}/.PyCharm/config 

#--------------------------------------------------------------------- 
# Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes. 
#--------------------------------------------------------------------- 
# idea.system.path=${user.home}/.PyCharm/system 

#--------------------------------------------------------------------- 
# Uncomment this option if you want to customize path to user installed plugins folder. Make sure you're using forward slashes. 
#--------------------------------------------------------------------- 
# idea.plugins.path=${idea.config.path}/plugins 

#--------------------------------------------------------------------- 
# Uncomment this option if you want to customize path to IDE logs folder. Make sure you're using forward slashes. 
#--------------------------------------------------------------------- 
# idea.log.path=${idea.system.path}/log 

您必須更改idea.config.path=${user.home}/.PyCharm/config線(和uncommet它),寫你想要什麼。

的支撐位在:https://www.jetbrains.com/help/idea/2016.1/file-idea-properties.html 都說.IntelliJIdea必須.PyCharm

+0

不可替代的謝謝(改變'/ bin'到'斌/'不與系統的'/ bin'混淆) –

+0

@GhilasBELHADJ在所有。修復它(現在在工作中,我使用勝利)。 – Trimax