Change PyCharm's settings directory -
i'm on ubuntu
pycharm community edition 2016.1.3
, , i'de change default locations settings, caches, plugins , logs
any environnement variable designed purpose ?
in bin/
directory, there idea.properties
file (text format):
#--------------------------------------------------------------------- # uncomment option if want customize path ide config folder. make sure you're using forward slashes. #--------------------------------------------------------------------- # idea.config.path=${user.home}/.pycharm/config #--------------------------------------------------------------------- # uncomment option if want customize path ide system folder. make sure you're using forward slashes. #--------------------------------------------------------------------- # idea.system.path=${user.home}/.pycharm/system #--------------------------------------------------------------------- # uncomment option if want customize path user installed plugins folder. make sure you're using forward slashes. #--------------------------------------------------------------------- # idea.plugins.path=${idea.config.path}/plugins #--------------------------------------------------------------------- # uncomment option if want customize path ide logs folder. make sure you're using forward slashes. #--------------------------------------------------------------------- # idea.log.path=${idea.system.path}/log
you must change idea.config.path=${user.home}/.pycharm/config
line (and uncommet it) , write want.
the support at: https://www.jetbrains.com/help/idea/2016.1/file-idea-properties.html said .intellijidea
must replaced .pycharm
Comments
Post a Comment