Where are project settings stored, (not everything is in the .idea directory) - and how to fix it?
I am syncing my "PyCharmProjects" between workstations (home/work and laptops) (Linux + rslsync)
I would expect to configure and close an project on one computer, then resume on another.
The reality is that interpreter and environment settings are lost/not stored along with the project, nor is the IDE layout/open files etc.
How can I make PyCharm properly store *everything* about the project in it's directory ?
Please sign in to leave a comment.
Hi,
IDE stores some settings in configuration directory, including interpreter settings. Please note it is not recommended to move existing python environment between machines, and you should create separate environments on each machine.
Also, you can sync most of the settings between machines.