I have a specific Python module that I wrote that I want to add to my CentOS server. I'm not sure where to add it though...
In Windows, its pretty easy, just drop it in C:\Python2.X\Lib
or site-packages
and Python finds it. I'm not sure how to accomplish the same thing in Linux.
Do I need to use yum somehow? Or do I simply have to manually specify the script path before calling the module?