That happens because you have 2 or more python interpreters on your system
for solving this problem , before pip , you have to choose your target interpreter , for example you can say : python3.13 -m pip install numpy
Hope it helps