Skip to main content

Posts

Showing posts with the label The Crazy Programmer Solved: Python is not recognized as an internal or external command Solved: Python is not recognized as an internal or external command The Crazy Programmer

Solved: Python is not recognized as an internal or external command Pratik Sah The Crazy Programmer

Hello, Programmers! Many of us have already worked with Python and at some point in time we all have faced this error of “Python is not recognized as an internal or external command”. Now, this error is shown to us mainly because of two reasons. Either your system don’t have python installed or maybe it is installed but the path of Python is not configured properly. In this post, we’ll see both the reasons for this error and we’ll try to fix this. Python is Not Installed Sometimes we don’t have python installed on our system but when we try to run python from the command line or the Powershell, this throws us an error of Python is not recognized. Now to overcome this error, open your browser and download the latest version of Python for your PC and install it on your system. While installing, don’t forget to check the box that says, Add Python to PATH . This will install and also set the path for you at the same time. Not open you command prompt or the Powershell and type Python