简体   繁体   中英

pip version in Ubuntu is different

I meet a issue about pip version in Ubuntu is different as the following:

This is my virtual machine - Ubuntu 12.04.5 LTS (GNU/Linux 3.11.0-15-generic x86_64)

在此处输入图片说明

The pip version is 6.0.8 (6.XX):

在此处输入图片说明

Another virtual machine is Ubuntu 14.04.3 LTS. It's downloaded form Ubuntu desktop .

The pip version is 1.5.4 (1.XX):

在此处输入图片说明

They are in same operation system. Why are they different?

Each version of Ubuntu generally comes with packages with different versions. Applications release new and improved versions of their software, and it's only natural for Ubuntu to include a more recent stable version of it.

For Ubuntu 14.04.3 LTS, the version seems right:

For Ubuntu 12.04.5 LTS, I am not sure why the version shows as 6.1.1 , when it should be:

I suspect somebody updated pip on the second machine at some point.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM