Postingan lainnya
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...
0
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
0