Homebrew Install vs Python Install #132
Answered
by
mdesmet
bwrichards-ptrn
asked this question in
Q&A
-
Quick question! I have dbt installed on my machine and can verify that dbt is installed by running dbt --version in my terminal. Despite this, dbt Power User tells me that dbt is not installed when attempting to use the extension. I installed DBT via Homebrew. Does DBT need to be installed via Python in order for the extension to work? |
Beta Was this translation helpful? Give feedback.
Answered by
mdesmet
Oct 11, 2022
Replies: 1 comment
-
You just need to point to the python environment where dbt is installed. Check out #87 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdesmet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You just need to point to the python environment where dbt is installed.
Check out #87