I have a cross-platform python project (it's a whole bunch of scripts) that I run (and develop) on Windows as well as Linux (Redhat and Ubuntu). Everything works fine except the fact that I have to go and "Configure Python Interpreter" everytime I open the project in a different operating system.
My python executable locations for the Windows and Linux systems are something like: For windows: c:/Anaconda/python.exe For linux: /home/username/anaconda/python
Is there a way that I can make Pycharm point to the right Python Interpreter based on the Operating system that is opened in ?