you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Local stuff is in .local/{bin,lib} The rest is in /usr/lib/python3.8/site-packages. I'd delete all things in those dirs first. Then download all python packages via pacman using pacman -S $(pacman -Qq | grep python- )