Setting a project wide Sync Folder without adding a new interpreter
Hi,
So I am commonly developing with PyCharm on my local PC and execute the code on a few devservers. Now I noticed that when I set up a new Python Interpreter via “Add Interpreter” in Settings, it asks me for a Sync Folder. When I set this Sync folder to the deployment folder on one of my servers, I can properly run code and debug via Pycharm. I also noticed that doing this does work without specificing a Path mapping in the run configuration. Now sometimes I have to switch the interpreter between different servers and also have different projects that share the Python Interpreter but with different Sync Folders. So if I don't want to manually add an already existing Python Interpreter just to access the Sync Folder option nor want to manually specify path mappings, is there an option to access this Sync Folder option for already existing interpreters and/or just set a project wide sync folder?
Thank you
请先登录再写评论。