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