-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Updates to Python Tutorial v2 #5963
Conversation
Providing updates to the Python tutorial page.
docs/python/python-tutorial.md
Outdated
source .venv/bin/activate | ||
``` | ||
>**Note**: When you create a new virtual environment, you should be prompted by VS Code to set it as the default for your workspace folder. If selected, the environment will automatically be activated when you open a new terminal. | ||
If you are creating an environment using **Conda**, the command presents a list of Python versions that can be used for your project. |
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.
Because this is a tutorial ,we can be opinionated and ask them to make a choice. For simplicity sake (and because this is a general script tutorial), I think we could suggest users to just choose venv
and then for the rest of tutorial, assume that is what they're using
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.
Updated to reflect this suggestion
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.
Thanks!
@cwebster-99 @luabud I noticed that some of the screenshots have the old Debug view Activity bar icon. |
Providing updates to the Python tutorial page.