Articles tagged with solution

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