setting env variable and get it with os in python code example Example: python create environment variable import os os.environ['variable_name'] = 'variable_value'