saya mengalami kendala pada text editor

ketika saya mengetik "python" lalu muncul "The term 'python' 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"

bagaimana cara mengatasinya? terima kasih...

avatar sniperchihuahua71
@sniperchihuahua71

1 Kontribusi 0 Poin

Diperbarui 5 tahun yang lalu

1 Jawaban:

Try setting the path this way:

<pre> $env:path="$env:Path;C:\Python27" </pre>

Source : https://stackoverflow.com/questions/11813435/im-trying-to-use-python-in-powershell

avatar maszgalang
@maszgalang

297 Kontribusi 80 Poin

Dipost 5 tahun yang lalu

Login untuk ikut Jawaban