Soy nuevo en ubuntu e instalé ubuntu 14.04 32 bit en mi máquina LENOVO hinkpad T410 con Windows 7 hace dos días, pero desde entonces intenté descargar e instalar paquetes python-3.4 (NUMPY, SCIPY) en ubuntu y no obtuve resultados. He descargado IDLE a través del centro de software de ubuntu pero numpy no se ejecuta desde el centro de software de ubuntu ni desde los comandos.
sudo apt-get install python-numpy
me da:
E: Unable to locate package python-numpy_1.8.1-1ubuntu1_i386
E: Couldn't find any package by regex 'python-numpy_1.8.1-1ubuntu1_i386'
También probé:
pip install python-numpy
pero resulta:
Could not find any downloads that satisfy the requirement python-numpy
Cleaning up...
No distributions at all found for python-numpy
Storing debug log for failure in /home/sibte/.pip/pip.log
Cualquier guía para los principiantes a ubuntu.
sudo apt-get update
a continuación,sudo apt-get upgrade
primero en asegurarse de que todo el equipo está al día?