Python Forum

Full Version: Where to add own python modules in WinPython?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have a WinPython distribution decicated to a project that is used by multiple developers. I added all modules required for the project via WinPython Gui. Furthermore, we have a couple of custom python modules in the company that dont belong to the project. Therefore, i would like to put them in WinPython. Any idea what is the best place? 'Lib/site-packages' came to my mind, but its already pretty full of other stuff. Does WinPython come with a "MyOwnModules" folder that i did not find yet?
Can use site module for this.
Follow this post.