I'd like to create a development environment using a python or a bash script. I want to connect PyCharm to python interpreter in a docker container by running the script. Is that possible? What files have to be changed in the .idea directory and how?
I tried comparing the files before and after the interpreter was added manually, but haven't succeed connecting it automatically by applying the same changes. Maybe some other configuration has to be changed as well?