how to point to a an file directory in linux on python code code example
Example: python file from path
import os
dir_path = os.path.dirname(os.path.realpath(__file__))
import os
dir_path = os.path.dirname(os.path.realpath(__file__))