---
title: "Python: No module named pip"
date: 2024-12-31T12:10:19-03:00
tags: ['python']
---
ModuleNotFoundError: No module named 'pip'

**Easy fix:**

```bash
python -m ensurepip
```
