Saving python interpreter settings to settings file?

Answered

I'm trying to save the python interpreter settings to a file to be loaded later. When I do *export settings* and then extract the file using *jar xf* to look at its contents, it doesn't have the interpreter in it.

Also, is there a way to save settings in a format other then jar? i.e. just plain text for example?

 

 

 

0
1 comment

Hello!

Python interpreter settings are stored in "jdk.table.xml" file located in the config directory: https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs.

> When I do *export settings* and then extract the file using *jar xf* to look at its contents, it doesn't have the interpreter in it.

It should be there if you select "SDK table" in "File| Export Settings" dialog. After that you can find "jdk.table.xml" file in the exported jar.

0

Please sign in to leave a comment.