From 06908871b021f0bdf23f7fcb0a9b9981ec052d44 Mon Sep 17 00:00:00 2001 From: edoapra Date: Thu, 15 Sep 2022 19:13:11 -0700 Subject: [PATCH] remove /usr/local/bin from PATH --- travis/nwchem.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/nwchem.bashrc b/travis/nwchem.bashrc index 29547eadd5..452b9291e3 100644 --- a/travis/nwchem.bashrc +++ b/travis/nwchem.bashrc @@ -105,7 +105,7 @@ if [[ "$os" == "Darwin" ]]; then export PATH=/usr/local/opt/mpich/bin/:$PATH fi #python3 on brew - export PATH=/usr/local/bin:$PATH +# export PATH=/usr/local/bin:$PATH fi if [[ "$os" == "Linux" ]]; then