Hi I want to append a path in existing path using python script.Can anybody suggest me is it possible.Except it suppose I want to export one more variable "ROOT_DIR" using python.Can anybody help me.
In shell script what we do is
PATH=/usr/local: $PATH
export PATH
ROOT_DIR =/usr1/hello
export ROOT_DIR
How we do this in python.