I need to install numpy 1.9 ('cause some methods are available in this version, not in the previous) which isn't the numpy package proposed yet today (apt-get returns 1.8).
How to install the latest version of numpy, scipy, scikit and parallel python? I'm quite new to manage unusual install (using tar.gz?). My guess:
- download the latest package and unpack them somewhere (how to do that and in which folder?)
- adding some Personal Package Archives (PPA), but which one and how
to do that
sudo add-apt-repository ppa:<name of the ppa>
? I tried but I have now some errors (connexion error to access ppa)
Thanks for your incoming help.
pip
: http://askubuntu.com/q/431780/, http://askubuntu.com/a/21031/ – muru Oct 21 '14 at 08:21