pip python 2 code example
Example 1: python3 pip install
[server]$ python3 -m pip install
Example 2: pip python3
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
Example 3: pip install for python 2 and python3
$ curl -O https://bootstrap.pypa.io/get-pip.py
$ sudo python3.2 get-pip.py
Example 4: pip version
pip --version