-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load environment variables from .env file and global variables #10928
Comments
Looks good. All the scenarios work for me. I think Rich is on Windows, which is good since I'm pretty sure at least all of the .env file stuff already worked for me on Mac. |
I'm having trouble with ZMQ disabled. I can't run the IW at the moment. |
I'm blocked on testing this because non ZMQ doesn't work for me. Something submitted on this day broke non ZMQ for me: |
Entered #10940 |
Works now after the ZMQ fix |
I am trying to get this to work. Does the file have to be the I'm using the Python Interactive with regular |
@jtele2 |
Refs: #10359
Complexity: 3
Authors: @DonJayamanne
Create Issue
Create Issue
Requirements
python --version
to check the version)Test loading variables from .env file
.env
Test loading variables from global env variables
The text was updated successfully, but these errors were encountered: