Revision history [back]
Activation of _.env_ definitions is normally best done within your Python application.
The python-dotenv
package (https://pypi.org/project/python-dotenv/) will do this for you if you call the package's load_dotenv
function at the start of your code. Hope this helps (though non-Python code will have to take other measures).
Activation of _.env_ definitions is normally best done within your Python application.
The python-dotenv
package (https://pypi.org/project/python-dotenv/) will do this for you if you call the package's load_dotenv
function at the start of your code. Hope this helps (though non-Python code will have to take other measures).
Activation of _.env_ definitions is normally best done within your Python application.
The python-dotenv package python-dotenv
package (https://pypi.org/project/python-dotenv/) will do this for you if you call the package's load_dotenv
function at the start of your code. Hope this helps (though non-Python code will have to take other measures).