Sharing same project files between Windows and Linux?
I have a project that I would like to work on, sometimes in Windows and sometimes in Linux. I want them to share the same settings however the Python Interpreter gets reset everytime I open the project in the other system. How can I make it so all settings are preserved across OSes?
1 comment
Sort by
Date
Votes
You need to use the "Edit" button in the Settings | Python Interpreters dialog to rename the interpreter to a name that doesn't include a path. Then you'll be able to use the same project files under both Windows and Linux.
Please sign in to leave a comment.