I've a project which I develop both in Windows and Linux. The IML file is a problem for me because the location of the Python interpreter. It is stored in the
<orderEntry type="jdk" jdkType="Python SDK" jdkName="...">
- On Windows, it points to: C:\Python27\python.exe
- On Linux, it points to: /usr/bin/python2.7
How can I square this circle? Can I simply not check-in the IML file?