[Numpy-discussion] numpy installation in ubuntu

Pauli Virtanen pav at iki.fi
Mon Oct 18 09:45:35 EDT 2010


Mon, 18 Oct 2010 09:07:42 -0400, Ian Goodfellow wrote:

> To do a standard installation, run
> sudo python setup.py install
> from inside the numpy directory

Preferably,

	sudo python setup.py install --prefix=/usr/local

and then you don't mess up your package manager.

	Pauli




More information about the NumPy-Discussion mailing list