I have found the way pip is getting installed with python3.13-pip
If we install python3-pip , we can directly call pip install command but with python3.13-pip we have to call pip3.13 install, it is not linking directly with either pip or pip3.
This is strange behaviour as python 3.9 reached eol , the way of new package installation should have changed. Anyway posting my findings here.