Nikola is a static site and blog generator written in Python that I’ve been using for a good while now. This blog post describes how to install Nikola on Debian. Now, this may look like a long winded way to install Nikola, given that Debian .deb package exist, but in my opinion it is the correct way to install Nikola on Debian. Installing Python First you’ll need Python and virtualenvwrapper sudo apt-get install libpython2.7 python2.7 python2.7-dev python2.7-minimal Remove any apt install...