Pyhton' is not recognized as the name of a cmdlet hatası

Anonim (156) 3 yıl önce sordu

Visual studio code Powershell içinde pyhton numbers.py yazıyorum ve aşağıdaki hatayı alıyorum.

Pyhton' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again çözümü nedir?

Toplam 1 cevap


alattin (16999) 3 yıl önce cevapladı

Yazım yanlışı yapmışsın.

 pyhton numbers.py değil  python numbers.py yazmalısın.

Basit bir dikkatsizlik thatası olmuş.