Использование Windows 10.
Сначала я удаляю все существующие версии Python 3 или Python 2.0
https://www.python.org/ftp/python/3.6.0/python-3.6.0-amd64.exe
Затем я запускаю вышеупомянутую программу, Windows, кажется, устанавливает ее ОК (я выбираю «Добавить Python 3.6 в путь»). Я нажал "Установить сейчас".
Я запускаю Windows Powershell.
Я набираю python3 и ничего не происходит.
PS C:\Users\d> python
python : The term 'python' is not recognized as the name of a cmdlet, function, script file, or operable progr
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ python
+ ~~~~~~
+ CategoryInfo : ObjectNotFound: (python:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\d> python3
python3 : The term 'python3' is not recognized as the name of a cmdlet, function, script file, or operable pro
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ python3
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (python3:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\d>
Кто-нибудь может подсказать, что я могу сделать, чтобы установить Python 3.6?