I have both python2.7 and python3.2 installed in Ubuntu 12.04. The symbolic link python links to python2.7
python2.7
python3.2
Ubuntu 12.04
python
Easy enough:
sudo aptitude install python3-pip pip-3.2 install --user pkg
If you want Python 3.3, which isn't the default as of Ubuntu 12.10:
sudo aptitude install python3-pip python3.3 python3.3 -m pip.runner install --user pkg