noun
environment variable
Computing term for a dynamic-named value that can affect the way running processes will behave on a computer.
環境変数PATHにディレクトリを追加する。
Add a directory to the PATH environment variable.
このプログラムは環境変数を読み取って設定を変更する。
This program reads environment variables to change its settings.
システム変数 (system variable) is a broader term that can include environment variables but also refers to variables set at the system level, not necessarily passed to processes.
Compound of 環境 (environment) and 変数 (variable), a direct calque from English 'environment variable'.