Fix a missing tag preventing site from building

This commit is contained in:
Chalarangelo
2021-06-11 22:44:34 +03:00
parent 57e0260851
commit 19f228760a

View File

@ -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.