Install following RPMs before Steps:
1 2 |
libopenssl-devel-0.9.8j-0.50.1 zlib-devel-1.2.3-106.34 |
Python3 source from: Python 3.3.5
Without zlib-devel, You cannot enable zlib module built-in, install this RPM and re-compile python3 src.
about bzip2, SLES doesnt provide extra bzip2-devel package, so just install bzip2 RPM is ok.
Without libopenssl-devel, you cannot fetch https URL via easy_install, it reports “unknown url type: https”
To Enablle ipython notebook:
Please install sqlite-devel package: (UN OFFICIAL)
http://software.opensuse.org/package/sqlite3-devel
Im using:
1 2 3 4 |
http://software.opensuse.org/ymp/server:database/SLE_11_SP2/sqlite3-devel.ymp ?base=SUSE%3ASLE-11%3ASP2&query=sqlite3-devel yast2 OneClickInstallUI sqlite3-devel.ymp |
1. install zeromq: # for pyzmq
1 2 |
zypper -p http://download.opensuse.org/repositories/home:/fengshuo:/zeromq/SLE_11_SP2/ -v in zeromq zypper -p http://download.opensuse.org/repositories/home:/fengshuo:/zeromq/SLE_11_SP2/ -v in zeromq-devel |
Guide here: http://zeromq.org/distro:sles
2. install dependencies:
easy_install pyzmq jinja2 tornado
easy_install sphinx readline
##### easy_install pysqlite # DO NO RUN THIS CMD. here hit bug, fixing… pysqlite doesn’t support python3 now, use internal sqlite3
3. run #ipython notebook ok.