I do have numpy as I get no error for
import numpy
But I want to install Caffe and to decide if I should use Atlas or OpenBLAS I need to know what my numpy is using. I did tried this to know how many numpy I have (I have python 2.7.11 and 2.7.12 for anaconda and python 2.7, 3.5, 3.5m in normal dir)
apt-cache policy numpy
But it does not show anything. Moreover, I would like to know whether my numpy is intalled with simple pip
or optimized with some BLAS.