tamarinvs19 changed the title Invalid python sys path to current directory on Windows Invalid python sys path to test file directory on Windows Nov 3, 2023 tamarinvs19 changed the title Invalid python ...
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 ...