Append a path to sys.path
pyAddToPath(path_1 [, path_2 [, ... ]])
A matrix of strings.
Append to sys.path the paths given in arguments.
// Let suppose that a module foo is located in /path/to/my/module/ pyAddToPath /path/to/my/module/ pyGetPath() pyImport foo foo.bar() pyRemove foo