Env
Translation of "env" into Russian
env
Nounenv
envs pl
Informal computing shorthand for "environment" or an environment variable set
компьютерный термин: совокупность переменных окружения процесса
Make sure the env contains the correct database credentials.
Убедись, что окружение содержит правильные учетные данные базы данных.
Additional translations
переменные окружения
Env
Proper nounenv
Name of the Unix command "env"
env
название Unix-команды для просмотра или изменения окружения Use env to run the script with a minimal set of variables.
Используйте env, чтобы запустить скрипт с минимальным набором переменных.
Definitions
env
Noun(computing, informal) The set of environment variables that define the context in which a process runs.
Before starting the application, make sure the env contains the correct database credentials.
Env
Proper nounA Unix command that prints or modifies the environment for command execution.
Use env to run the script with a minimal set of variables.