python how to set os.environ and export code example
Example 1: python create environment variable
import os
os.environ['variable_name'] = 'variable_value'
Example 2: how to use information from env variables in python
pip3 install python-decouple