Re: I am not able to run Python in Powershell

2018-09-29 Thread Calvin Spealman
Did you actually confirm the PATH variable contains the right path? echo $env:Path And look for a path entry that mentions Python. Then, make sure you can actually find python.exe in that location. As long as you keep the PATH option checked with the Python installer it absolutely should wor

Re: I am not able to run Python in Powershell

2018-09-28 Thread praveenjain04121997
On Friday, 1 September 2017 19:37:41 UTC+1, The Cat Gamer wrote: > fter I installed Python I try to open it in Powershell, by typing > python/python.exe. > It gives me an error: > python : The term 'python' is not recognized as the name of a cmdlet, > function, script file, or operable program. Ch

Re: I am not able to run Python in Powershell

2017-09-01 Thread MRAB
On 2017-09-01 15:38, The Cat Gamer wrote: fter I installed Python I try to open it in Powershell, by typing python/python.exe. It gives me an error: python : 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

I am not able to run Python in Powershell

2017-09-01 Thread The Cat Gamer
fter I installed Python I try to open it in Powershell, by typing python/python.exe. It gives me an error: python : 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 pat