sys.path in Python - GeeksforGeeks
www.geeksforgeeks.org › sys-path-in-pythonOct 01, 2020 · Sys is a built-in Python module that contains parameters specific to the system i.e. it contains variables and methods that interact with the interpreter and are also governed by it. sys.path sys.path is a built-in variable within the sys module. It contains a list of directories that the interpreter will search in for the required module.