Is your feature request related to a problem? Please describe.
It should be explained that when executing the command python -m venv venv for the creation of the virtual environment it is necessary to wait until the prompt appears again so that the apprentices do not believe that they have done things wrong due to the fact that this prompt takes time to appear again.
Then scroll to: Create a Python virtual environment
And execute the command: python -m venv venv
Here there should be a message that says that we need to wait until the virtual environment has been created. For example, the phrase might say: "The process of creating a virtual environment may take a few seconds. Wait for the prompt to appear again to continue with the lab instructions".
Additional context
🎓 Add a tag to this issue for your current education role: Student Ambassador.
Thank you for submitting this issue! The team will review your issue, tag with the appropriate tags, and comment with any additional questions on information needed. :sparkles:
Is your feature request related to a problem? Please describe.
It should be explained that when executing the command python -m venv venv for the creation of the virtual environment it is necessary to wait until the prompt appears again so that the apprentices do not believe that they have done things wrong due to the fact that this prompt takes time to appear again.
Describe the solution you'd like
When we go to: https://learn.microsoft.com/en-us/training/modules/python-flask-build-ai-web-app/1-exercise-set-up-environment
Then scroll to: Create a Python virtual environment
And execute the command: python -m venv venv
Here there should be a message that says that we need to wait until the virtual environment has been created. For example, the phrase might say: "The process of creating a virtual environment may take a few seconds. Wait for the prompt to appear again to continue with the lab instructions".
Additional context
🎓 Add a tag to this issue for your current education role: Student Ambassador.