python3 경로에 따라서 경로 세팅 다시 해야 할 수 있음.

(base) ➜  auto_trade_upbit git:(main) ✗ which python
/Users/soo/anaconda3/bin/python
(base) ➜  auto_trade_upbit git:(main) ✗ which python3
/usr/bin/python3

(auto_trade) ➜  auto_trade_upbit git:(main) ✗ vim ~/.bash_profile
# 맨 밑에 줄에
export PATH="/{내 경로 설정}/anaconda3/bin:$PATH"
(auto_trade) ➜  auto_trade_upbit git:(main) ✗ source ~/.bash_profile