I installed dbt-core and dbt-bigquery using pip install on my MacBook M1. So far so good. In Visual Studio Code the dbt environment runs through the dbt big Query Power User plug in just fine. In the bar below I can also see that the dbt version 1.1.1 is installed.
However, if i want to type dbt ... (dbt run, dbt docs generate, dbt whatever) in my command line in the terminal it says:
"command not found: dbt"
So dbt -V also doesnt work, but when i want to install it it says its already there (which is of course true since the plug in works).
Does someone know how to solve this?
Thanks! Enjoy your day