I would like to export path on bash shell like:
export path1=/usr/doc/file
and then read that path (path1 in this case) in python. but I foun