Command prompt for making myvenv file

I am using windows and anaconda navigator how will i run python3 -m venv myvenv command

hey @amanbh_123 ,
Although its not needed in windows to make such any virtual environment. You can directly use all the modules simply like this only . It would be more easy.

Although if your still want it to make any,
Then first navigate to the directory in which you need to work.
The open command prompt at that path , and write command
python -m venv virtual_env_name_here

I hope this helps. :slightly_smiling_face:.