Cannot update pip

I can’t seem to update pip I’m stuck 21.2.1+nv2712501. Using ./python.sh -m pip install --upgrade pip command.

When running this /home/jerry/.local/share/ov/pkg/isaac_sim-2021.2.1/kit/python/bin/python3 -m pip install --upgrade pi. I get this

This seems to work correctly with the latest 2022.1.1 release:

~/.local/share/ov/pkg/prod-isaac_sim-2022.1.1$ ./python.sh -m pip install --upgrade pip
Requirement already satisfied: pip in ./kit/python/lib/python3.7/site-packages (21.2.1+nv1)
Collecting pip
  Using cached pip-22.3.1-py3-none-any.whl (2.1 MB)
Installing collected packages: pip
  Attempting uninstall: pip
    Found existing installation: pip 21.2.1+nv1
    Uninstalling pip-21.2.1+nv1:
      Successfully uninstalled pip-21.2.1+nv1
Successfully installed pip-22.3.1