exporting/sharing docker-compose python interpreters
Answered
managed to get docker-compose interpeters work.
managed to create and share a run configuration by saving it on source control.
how can I create "docker-compose python interpreters" using code/shared config so developers can just start working instead of creating manually remote interpeters?
Please sign in to leave a comment.
There is no easy was to do that, I'm afraid.
The project interpreter is stored in the *.iml file inside the .idea folder of the project. It uses the SDK name to find the corresponding interpreter in the config folder\options\jdk.table.xml file, which stores all of the configured interpreters. You would need to modify both of those files.