git clone git://git.savannah.gnu.org/screen.git
$ cd screen/src$ ./autogen.sh $ ./configure$ make# make install git clone git://git.savannah.gnu.org/screen.git
$ cd screen/src$ ./autogen.sh $ ./configure$ make# make install
$ git push origin master
(gnome-ssh-askpass:22648): Gtk-WARNING **: cannot open display:
alias git="SSH_ASKPASS='' git"
$ source ~/.bashrc
python virtualenv -p /path/to/python2.6 ENVsource ENV/bin/activateLAPACK=~/lapack-3.4.0/liblapack.a BLAS=~/BLAS/libfblas.a ~/scratch/work/ENV/bin/pip install numpy
- Download and compile scipy. set the
--fcompiler option to gnu95, to ensure numpy and scipy use the same compiler.
LAPACK=~/lapack-3.4.0/liblapack.a BLAS=~/BLAS/libfblas.a ~/scratch/work/ENV/bin/python setup.py build --fcompiler=gnu95
- Use
pip to install pybrain.
~/scratch/work/ENV/bin/pip install pybrain
- Test pybrain.
python
>>import pybrain