You can add the Standard Installation location to the PYTHONPATH manager. This way you don't need to add a specific path for each module. Only to update module names.
On Unix this location is usually:
/usr/local/lib/pythonX.Y/site-packages
On Windows:
C:\PythonXY\Lib\site-packages