openSUSE 11.4: Installation of IPython 0.11.dev
Successful with openSUSE 11.4 x64 and IPython 0.11.dev
1. download
git clone git://github.com/ipython/ipython.git
2. dependencies
libzmq0
pyzmq
pyzmq
IPython 0.11.dev needs newer version of pyzmq than the one in the openSUSE repos.
You can install it with easy_install:
sudo easy_install pyzmq
If it fails because of libzmq0 version, then force the pyzmq version to be 2.0.10.1:
sudo easy_install pyzmq==2.0.10.1
3. compile & Install
sudo python setup.py install