When using PyCharm, I have noticed that if I change a file in one conda environment's path, sometimes those changes propagate into other environments. What is causing this and is there a way to make it stop? For a little background, the code editor is pinned to a specific environment, and then I have multiple terminal tabs also open in pycharm. If I edit a file in either the pycharm terminal using vim or the pycharm editor, the changes propagate to the corresponding file in other environments. In my various open terminal tabs, I have different environments activated, not necessarily the one that my code editor is pinned to. Am I misusing PyCharm in a way that is causing this strange behavior?
Thanks and best regards,
-PolyyloP
a filein this context is some script or similar that you have written yourself?A fileis some python file that is part of a package that was conda installed into my environment and lives in/path_to_conda/envs/env_name/lib/python*/site-packages