-
Notifications
You must be signed in to change notification settings - Fork 978
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
Create a Python virtual environment #6681
base: nfiann-prerelease
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Co-authored-by: Mirna Wong <[email protected]>
Querying the |
….getdbt.com into new-branch-name-VE
env\Scripts\python | ||
``` | ||
</TabItem> | ||
</Tabs> |
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.
|
||
Depending on the operating system you use, you'll need to execute specific steps to set up a virtual environment. | ||
|
||
To install a Python virtual environment, navigate to your project directory and execute the command. This will generate a new virtual environment within a local folder which you can name it anything you want. [Our convention](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#virtual-environments) has been to name it `env` or `env-anything-you-want` |
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.
which you can name it anything you want
-> that you can name anything
.
A suggestion on refining the literature.
What are you changing in this pull request and why?
I have created this PR following this Git issue: #2143 to guide users on how to create a Python virtual environment
Closes: #2143
Checklist
🚀 Deployment available! Here are the direct links to the updated files: