New submission from sakamotoaya <aya.sakam...@outlook.com>:

I am sorry if it is existing problem

to launch Python 3.6, execute the command in Command Prompt under windows
py -3.6→Success
python3.6→Fail

to launch Python 3.6, execute the command in Command Prompt under Linux
py -3.6→Fail
python3.6→Success

I would like to unify the command.
What are your thoughts on that?

----------
components: Windows
messages: 340761
nosy: HiyashiChuka, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: can not execute the python + version, to launch python under windows.
type: enhancement
versions: Python 2.7, Python 3.5, Python 3.6, Python 3.7

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

Reply via email to