My question is that,
if I run
which python
it returns
/opt/anaconda3/bin/python
However, If I run
which python-config
It returns
/usr/bin/python-config
which is the built-in python 2.7 in macbook.
How can I change the config into the current python that I'm using?