Direnv: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 5: Line 5:
=Overview=
=Overview=
=Installation=
=Installation=
<syntaxhighlight lang='bash'>
brew install direnv
</syntaxhighlight>
=Configuration=
=Configuration=



Revision as of 02:15, 16 February 2022

External

Internal

Overview

Installation

brew install direnv

Configuration

Create an .envrc file in the directory in question:

export JAVA_HOME="$(/usr/libexec/java_home -v 11)"
PATH_add "${JAVA_HOME}/bin"