-
I follow the step to create one .env file inside web3 folder, and write "export variable=value", but unlike in the video, the 'export' in my file is still white and when I use getenv function to use it from another .py file, it returns 'None', when I add new environmental variables from Advanced system setting, it worked. Can anyone explain how to set .env file? I'm very thankful. |
Beta Was this translation helpful? Give feedback.
Answered by
Nlferu
Apr 8, 2023
Replies: 1 comment 3 replies
-
Hello @Dahe-Pan Please show us your code where you are importing .env and example .env file you are using. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @Dahe-Pan
Please show us your code where you are importing .env and example .env file you are using.