command:
$ source conf/defaults.env
where, defaults.env has following content:
export BIOSTAR_HOME=pwd
export BIOSTAR_HOSTNAME="localhost:8080"
but cant retrieve value of these environment variables in my base.py
import os
os.environ["BIOSTAR_HOME"] cant retrieve