Trying to learn Python using an educational book entitled, "Learn Python The Hard Way" and I am having a difficult time getting PowerShell to recognize Python. I installed Notepad ++ and started PowerShell...no problem. I was told that sometimes Windows doesn't configure Path correctly and was instructed to enter
[Environment]::SetEnvironmentVariable("Path","$env:Path;C:\Python27","User")
I entered the line above but Python isn't recognized even after a re-start. Any suggestions? I am a programming novice so please be as clear as possible with your answer. Thank you very much.