Replies: 1 comment 1 reply
-
The extension uses pip to install it into the selected Python Interpreter. As both dbt-core and dbt (cloud) install an executable |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before PowerUser's support for the Cloud CLI, I had a virtual environment that had dbt-core and I would point PowerUser to that while also having the physical dbt Cloud CLI binaries installed locally. I made an alias that pointed to the Cloud CLI binary so that i can run "dbt-cloud build" without having conflict with dbt-core.
Now that there's support for dbt Cloud CLI + PowerUser, I went ahead and activated that setting in the extension. It did not detect the dbt-cloud binary that I already had installed. However, the setup wizard did give me an option to install dbt Cloud CLI into my current environment.
This may be a silly question, but where is the new installation located on my machine/environment?
Beta Was this translation helpful? Give feedback.
All reactions