Pip on the path

how can solve this (‘pip’ is not recognized as an internal or external command, operable program or batch file.) in python code

Assuming you’re on Windows, it’s recommended that you use pip via the Python Launcher py:

py -m pip install something
1 Like