I am trying to setup PyCharm to invoke a shell script, instead of python, as the run option. Is this possible? In the default options I only have Python, Python docs, and Python
Another hacky solution to this is altering the config/options/jdk.table.xml
file in your PyCharm's configuration folder. You simple add another entry in your jdks
list:
After that just select your interpreter for your project and you can use this shell as your interpreter. I used this solution when using interpreter inside docker's image.