Answers for "how to add python as an env variable"

1

python set env var

os.environ["MY_ENV"] = "VALUE"
Posted by: Guest on August-30-2021
0

how to add environment variable for python

# to add specific key value to environment externally.
$ export SECRET_KEY='key_value'
Posted by: Guest on July-20-2021

Code answers related to "how to add python as an env variable"

Python Answers by Framework

Browse Popular Code Answers by Language