I have just ran the following command on two Ubuntu boxes:
sudo apt-get install python-numpy python-scipy
When I ran pip freeze on both machines, I saw that different versions were installed:
numpy==1.6.1
scipy==0.9.0
numpy==1.9.1
scipy==0.15.1
What is going on?