I am trying to install the latest version of pip (currently 8.1.2) in the official ubuntu / trusty64 Vagrant box. The package includes Python 2.7.6 and 3.4.3, pre-installed with apt-get.
I read the dp installation file and contains the following warning:
Be careful if you are using a Python installation that is managed by your operating system or other package manager. get-pip.py does not coordinate with these tools and may leave your system in an inconsistent state.
Does this mean that I can not install pip using get-pip.py, and I am limited to install an older version from apt-get?
If there is a better way to install it, what would it be?
thanks
source share