When multiple directories need to be concatenated, as in an executable search path, there is an os-dependent separator character. For Windows it\'s \';\', for
\';\'
Making it a little more explicit (For python newbies like me)
import os print(os.pathsep)