Postingan lainnya
Buku Ini Koding!
Baru!
Buku ini akan jadi teman perjalanan kamu belajar sampai dapat kerjaan di dunia programming!
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...
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