Articles in the blog category

Python2 virtual environment

Sometimes you need to run old tools on a modern system. As long as your distro of choice still ships python2, you can set up a virtual environment to use it for a specific tool. These are the steps:

Step 1: Get pip for your old Python2

$ wget https://bootstrap …

Published:

By Albin Eldstål-Ahrens

Hello, there

Just testing the Pelican site generator. I've been meaning to start writing down solutions when I come across them, and a blog format is probably useful enough.

Published:

By Albin Eldstål-Ahrens