From 799c35626f7255d18c8e248a2656bdc0d8c309ae Mon Sep 17 00:00:00 2001 From: Ly Nguyen <107218380+nghi-ly@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:37:16 -0700 Subject: [PATCH] Update website/docs/guides/qs-cloud-cli.md --- website/docs/guides/qs-cloud-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/qs-cloud-cli.md b/website/docs/guides/qs-cloud-cli.md index 126b8594a30..5e8c49e1402 100644 --- a/website/docs/guides/qs-cloud-cli.md +++ b/website/docs/guides/qs-cloud-cli.md @@ -115,7 +115,7 @@ Now we'll clone the project repository and configure dbt Cloud CLI to connect to c. If you do have dbt in your PATH (global environment) we recommend i) uninstalling dbt globally and ii) installing dbt Cloud CLI with a Python virtual environment. - d. If you have dbt in a virtual environment, install dbt Cloud CLI with a separate python virtual environment. Be sure to activate it with `source /bin/activate`. + d. If you have dbt in a virtual environment, install dbt Cloud CLI with a separate Python virtual environment. Be sure to activate it with `source /bin/activate`. 1. Download the CLI configuration file from the dbt Cloud UI. Save it in your `.dbt` folder.