New submission from Shengjun Zhu <zhushengj...@gmail.com>:

I followed the instructions,  run "python3 -m venv tutorial-env" , but the 
command doesn't create any directory.

https://docs.python.org/3.8/tutorial/venv.html

I followed the instructions in the post below to remove the "Application 
Execution Aliases" for python.exe and python3.exe. That got rid of the exe 
files in WindowsApps. However, now when I type where python3 in CMD, I get: 
INFO: Could not find files for the given pattern(s).
https://superuser.com/questions/1437590/typing-python-on-windows-10-version-1903-command-prompt-opens-microsoft-stor

I changed python3 in the command to python, it worked.
python -m venv tutorial-env

I think in version python3.8, instead python3 , we should use python, right?

----------
assignee: docs@python
components: Documentation
messages: 368610
nosy: Shengjun Zhu, docs@python
priority: normal
severity: normal
status: open
title: Creating Virtual Environments Does Not Work (Not Creating Folder)
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40588>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to