MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.12k stars 21.18k forks source link

Create and activate a virtual environment could specify more details about the creation of the virtual environment folder. #122666

Open v-jesume opened 1 month ago

v-jesume commented 1 month ago

Hello,

I would like to share feedback on this documentation on the "Create and activate a virtual environment" section which says: "In a suitable folder, run the following commands to create and activate a virtual environment named .venv." After reviewing this with a customer, the paraphrasing "in a suitable folder" is not clear enough as is not confirming if the root folder of the project or any other folder of the project is a valid one for the virtual environment, this would help to prevent creating the venv folder in a path that could cause conflicts in your python project. Therefore, we believe that providing some samples of suitable paths would be helpful to clarify this step.

Thank you!


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

TPavanBalaji commented 1 month ago

@v-jesume Thanks for your feedback! We will investigate and update as appropriate.