-
Notifications
You must be signed in to change notification settings - Fork 966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add venv to install instructions page #3960
Conversation
✅ Deploy Preview for docs-getdbt-com ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@greg-mckeon Just a few minor requests!
python3 -m venv dbt-env # create the environment | ||
``` | ||
|
||
If you install dbt in a virtual environment, you need to reactivate that same virtual environment each time you create a shell window or session. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you install dbt in a virtual environment, you need to reactivate that same virtual environment each time you create a shell window or session. | |
2. Reactivate the dbt virtual environment with every new session. When you install dbt in a virtual environment, you need to reactivate that same virtual environment each time you open a new shell window or session. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed this up a bit to be shorter.
Co-authored-by: Leona B. Campbell <[email protected]>
Updated, feel free to submit if it looks good! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢 it
From a convo with @jtcohen6, we'd really like all of our core users to be using a virtual environment of some kind. This makes that recommendation more explicit by moving it from a collapsed tab to the install page itself.