Windows 10'u kullanma.
İlk önce Python 3 veya Python 2.0 sürümlerini kaldırıyorum.
https://www.python.org/ftp/python/3.6.0/python-3.6.0-amd64.exe
Daha sonra yukarıdaki programı çalıştırdım, Windows onu yüklüyor gibi görünüyor ("Python 3.6 'ı yola ekle" yi seçiyorum). "Şimdi yükle" yi çarptım.
Windows Powershell'i çalıştırıyorum.
Python3 yazarım ve hiçbir şey olmuyor.
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>
Birisi Python 3.6'yı kurmak için ne yapabileceğimi önerebilir mi?