Question
Env variables not being stored
I am trying to store env variables from my droplets linux terminal. I tried to follow the documentation that says to use the following command: env TEST_VAR=VAR
to set a variable and the response shows the TEST_VAR=VAR
displayed with other env variables, but when I use the command printenv
the variable does not show up in the list of stored env variables. Any reason why this is happening?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×