remove /usr/local/bin from PATH

This commit is contained in:
edoapra 2022-09-15 19:13:11 -07:00
parent ecc1d83c75
commit 06908871b0
No known key found for this signature in database
GPG key ID: E6E392F4E14FB937

View file

@ -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