sys.path A list of strings that specifies the search path for directory. In this path, some paths already have been added such as absolute path of .py file directory by default. sys.path >>> ['/Users/joohyunyoon/.pyenv/versions/anaconda3-2021.05/envs/sensor_fusion/lib/python37.zip' ... getcwd Get the pathname of the Current Working Directory. os.getcwd() >>> '/Users/joohyunyoon/workspace/sensor_..