Thursday, July 31, 2014

Install matplotlib for python3

you have to install python3-pip bu using apt-get (e.g. in debian) then run: pip install matplotlib If got the error (Currently using distribute 0.6.24dev-r0 (/usr/lib/python3.2/dist-packages)) Complete output from command python setup.py egg_info: The required version of distribute (>=0.6.28) is not available, and can't be installed while this script is running. Please install a more recent version first, using 'easy_install...
Read more ...

pip install h5py error fix

If you got the error like following when you install h5py: ... ... h5py/api_compat.h:27:18: fatal error: hdf5.h: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1 ... ... To fix it, just run the following command. sudo apt-get install libhdf5-d...
Read more ...

Emacs as a Python IDE

Link. Update 04/08/2014: It seems like this post has been helpful for a lot of people, which really makes me happy! I just wanted to let new readers coming by know that the configuration I present in this post is out-of-date. However, I have my Emacs configuration on GitHub, and do try to keep it up-to-date. If you have...
Read more ...