更改PyCharm的设置目录

更改PyCharm的设置目录,pycharm,Pycharm,我正在使用PyCharm社区版2016.1.3的Ubuntu,我想更改它的版本 为此目的而设计的任何环境变量?在bin/目录中,有idea.properties文件文本格式: #--------------------------------------------------------------------- # Uncomment this option if you want to customize path to IDE config folder. Make sure you'r

我正在使用PyCharm社区版2016.1.3的Ubuntu,我想更改它的版本

为此目的而设计的任何环境变量?

在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行,取消对其的设置并编写所需内容

支持的网址为:
总而言之,.IntelliJIdea必须替换为.PyCharm

谢谢更改/bin-to-bin/以免与系统的/bin@GhilasBELHADJ一点也不。现在在工作中修复了它,我正在使用win。