Hi@akhtar
To create a virtual environment, decide upon a directory where you want to place it, and run the venv module as a script with the directory path.
$ python3 -m venv tutorial-env
Once you’ve created a virtual environment, you may activate it using the below-given command:
$ tutorial-env\Scripts\activate.bat