Env: Difference between revisions

From Helpful
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:




For the command line linux tool that looks up where, see [[Command_line_and_bash_notes#env]]
For the '''command line tool''' that most people use to get some PATH lookup in [[hashbangs]], see [[Command_line_and_bash_notes#env]]




For the '''environment-setting tool''' called ''direnv'' and its source of things to set in {{inlinecode|.envrc}}, see [[direnv]]
For the '''command line tool''' called ''direnv'' that alters your [[environment variables]], and its source of things to set in {{inlinecode|.envrc}}, see [[direnv]]




For the '''file''' called {{inlinecode|.env}}, meant more for secrets to be loaded, see [[dotenv]]
For the '''file''' called {{inlinecode|.env}}, meant more for secrets to be loaded, see [[dotenv]]

Latest revision as of 12:36, 17 May 2024


For the command line tool that most people use to get some PATH lookup in hashbangs, see Command_line_and_bash_notes#env


For the command line tool called direnv that alters your environment variables, and its source of things to set in .envrc, see direnv


For the file called .env, meant more for secrets to be loaded, see dotenv