‘pip’ is not recognized as an internal or external command.How to solve this problem?
‘pip’ is not recognized as an internal or external command. How to solve this problem? This problem is occur due to error in Environment variable path.
Control Panel -> add/remove programs -> Python -> Modify -> optional Features (you can click everything) then press next -> Check “Add python to environment variables” -> Install
Now it should solve your path issues, so jump to command prompt and you can use pip .
Further more you can use
<code class="hljs language-python">pip install [package name]</code> Ref: https://stackoverflow.com/questions/23708898/pip-is-not-recognized-as-an-internal-or-external-command
admin Changed status to publish May 11, 2022