mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-26 21:25:29 -04:00
remove /usr/local/bin from PATH
This commit is contained in:
parent
ecc1d83c75
commit
06908871b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue