hi all: i am working on RedHat 8.0 shouldn't i be able to read PYTHONPATH directly like i read any other env variable? because i am saying echo $PYTHONPATH and nothing is being displayed. the thing is i want to add an entry to PYTHONPATH and i don't want to use sys.path because i want the new entry to remain permanently. thanks for any advice..