I just installed Ubuntu 16.04 which includes Python 2.7.11 and 3.5.1.
I also installed Python 3.4.4 successfully. But when I try to install numpy
with:
sudo apt-get install python-numpy
sudo apt-get install python3-numpy
it installs for Python 2.7.11 and 3.5.1 but I need it for Python 3.4.4. How do I install it?