From 19f228760ac0efeadd4b69ef94ad96f794bc1329 Mon Sep 17 00:00:00 2001 From: Chalarangelo Date: Fri, 11 Jun 2021 22:44:34 +0300 Subject: [PATCH] Fix a missing tag preventing site from building --- blog_posts/setup-python3-pip3-as-default.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog_posts/setup-python3-pip3-as-default.md b/blog_posts/setup-python3-pip3-as-default.md index 2c0abf32b..31925674a 100644 --- a/blog_posts/setup-python3-pip3-as-default.md +++ b/blog_posts/setup-python3-pip3-as-default.md @@ -1,7 +1,7 @@ --- title: "Tip: Set up Python 3 and pip 3 as default" type: tip -tags: python +tags: python,setup authors: chalarangelo cover: blog_images/avocado-slices.jpg excerpt: A very common problem when working with Python is having to remember the correct version. Luckily, there's an easy fix for that.