I am trying to follow learn python the hard way but it won't load in the powershell. I typed in the exact line that is
[Environment]::SetEnvironmentVariable("Path", "$env:Path;C:\Python27", "User")
but I know that won't work cause that isn't where python is installed. I am on a school computer so I have my python installed in mi_lemi(\filer_useres)(G:) but I tried putting that in instead and fiddling around with it but no luck either. Also my python.exe is just alled python.exe so should I remeove the '27' from it?
Thanks!