Configure Idea config + system paths Follow
Hello,
When users have their home directory on the network, it's pretty bad for the IDE performance.
Is there a way to configure the system and config paths to be somewhere else, at installation time?
I know that I can modify the idea.properties file, but I would love to have a way to install the IDE (with a command line, for example) that would configure the paths automatically.
Thanks for your advice,
Sébastien
Please sign in to leave a comment.
Editing idea.properties is the only correct way to change config and system paths. You may write your own script that modifies this file.
Thanks for your reply! :)