dbt debug results in error - bad interpreter

Viewed 45

I lately installed python 3.10 on my Mac (M1). Unfortunately this had the consequence that dbt wants to use now the newer version instead of the python version 3.9. To solve the issue I deinstalled python 3.10.

By running dbt debug in my terminal I get following error message.

zsh: /opt/homebrew/bin/dbt: bad interpreter: /opt/homebrew/opt/python@3.10/bin/python3.10: no such file or directory

Therefore, my question, how can I tell dbt to use python 3.9 instead of 3.10?

0 Answers
Related