Skip to content

Commit 7ebe289

Browse files
committed
Ref: Add a Python section
1 parent 064ab85 commit 7ebe289

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/reference/python.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Python
3+
---
4+
5+
## Pipx
6+
7+
Upgrading the system Python breaks Pipx. These steps should work to restore it ([1](https://github.com/pypa/pipx/issues/278)):
8+
9+
```sh
10+
rm -rf ~/.local/pipx
11+
python3 -m pip install --user pipx
12+
pipx reinstall-all
13+
```

0 commit comments

Comments
 (0)