
Search is based on keyword.
Ex: "Procedures"
Do not search with natural language
Ex: "How do I write a new procedure?"
Checking Environment Variables Are Set
On Linux
1. | Launch a shell, if you don't have one open already. |
2. | Enter echo $VARIABLE. Replace VARIABLE with the name of the environment variable you set earlier. For example, to check if MARI_CACHE is set, enter echo $MARI_CACHE. |
If the variable is set, its value is displayed in the shell window.
On Windows
1. | Select Start > All Programs > Accessories > Command Prompt. |
2. | In the command window that opens, enter echo %VARIABLE%. Replace VARIABLE with the name of the environment variable you set earlier. For example, to check if MARI_CACHE is set, enter echo %MARI_CACHE%. |
If the variable is set, its value is displayed in the command window.
On Mac
1. | Launch a terminal, if you don't have one open already. |
2. | Enter echo $VARIABLE. Replace VARIABLE with the name of the environment variable you set earlier. For example, to check if MARI_CACHE is set, enter echo $MARI_CACHE. |
If the variable is set, its value is displayed in the terminal window.
Sorry you didn't find this helpful
Why wasn't this helpful? (check all that apply)
Thanks for your feedback.
If you can't find what you're looking for or you have a workflow question, please try Foundry Support.
If you have any thoughts on how we can improve our learning content, please email the Documentation team using the button below.
Thanks for taking time to give us feedback.