When passing a script on the command-line to the Python interpreter, the directory of that script is prepended to sys.path. However, it seems that Windows and Linux does this differently: On Linux the ...