[Solved] Why cannot install python package by cmd [closed]


You can use pip install directly after adding C:\Program Files\Python37\Scripts to the environment PATH variable in windows.

Note: The path C:\Program Files\Python37\Scripts is where pip.exe is installed or present on your computer based on Pythong version.

1

solved Why cannot install python package by cmd [closed]