Window cmd not recognize pip (original) (raw)

Python Help

AdeLemon (양주원)

May 3, 2025, 2:28pm 1

trying to type in “pip install pillow” but computer failed to recognize the word that leads to pip nor the install

barry-scott (Barry Scott) May 3, 2025, 2:49pm 2

on Windows then you can use the py command to run python.
And you can install packages with py -m pip install <name>.

See 4. Using Python on Windows — Python 3.13.3 documentation

1 Like