Answers for "how to add environment variable in venv python"

1

adding a venv env python

# Open Powershell in the desired location, and run the script below.
python -m venv (environment name)
Posted by: Guest on April-05-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 environment variable in venv python"

Browse Popular Code Answers by Language