Skip to content

Commit

Permalink
Merge branch 'current' into ly-docs-dark-mode-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nghi-ly authored Nov 15, 2023
2 parents a3b4b50 + 3d68187 commit 1f16f68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/docs/cloud/cloud-cli-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ We recommend using virtual environments (venv) to namespace `cloud-cli`.
2. Make sure you're in your virtual environment and run the following command to install the dbt Cloud CLI:
```bash
pip3 install dbt
pip install dbt --no-cache-dir
```
3. (Optional) To revert back to dbt Core, first uninstall both the dbt Cloud CLI and dbt Core. Then reinstall dbt Core.
3. (Optional) To revert to dbt Core, first uninstall both the dbt Cloud CLI and dbt Core. Then reinstall dbt Core.
```bash
pip3 uninstall dbt-core dbt
pip uninstall dbt-core dbt
pip install dbt-adapter_name --force-reinstall
```
Expand Down

0 comments on commit 1f16f68

Please sign in to comment.