I am not sure if this is a Python or a PyCharm question. I think that it is quite simple, but I could not find a solution anywhere.
I have started to write a collection of modules with utility stuff. Now I want to import one of my packages in several of my other projects. What do I have to do to be able to simply write import my_module
, so that Python finds the right one automatically?
I would like to set this up on a Mac and a PC, so advice on both platforms is appreciated.