Getting an error "'streamlit' is not recognized as an internal or external command, operable program or batch file."

I tried pip list and conda list .An in both of them streamlit is there.
But when I am trying to run my .py file from cmd its saying 'streamlit' is not recognized as an internal or external command, operable program or batch file. but when I am running through anaconda prompt its running very well.
And I did pip --version and it throws this pip 20.2.1 from c:\python38\lib\site-packages\pip (python 3.8).
Dont know why this thing is happening. Any solution guys?
This is for pip :point_down:

This is for conda :point_down:

1 Like