From 1365dfe2030552ebcb7106f802bae1b366ee4c61 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Thu, 30 Apr 2020 11:47:38 -0500 Subject: [PATCH] New environment variable. --- .bash_rc.d/99.darwin.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bash_rc.d/99.darwin.sh b/.bash_rc.d/99.darwin.sh index ee3488a..d2ee64a 100644 --- a/.bash_rc.d/99.darwin.sh +++ b/.bash_rc.d/99.darwin.sh @@ -21,4 +21,7 @@ if [ -d "/opt/brew" ]; then # setup brew cgo flags so that it can find brew libs export CGO_LDFLAGS="${LDFLAGS}" fi + +insert_path_element_before /Users/jwall/Library/Python/3.7/bin + fi # end darwin module