Mihnea
Results
3
comments of
Mihnea
I made some changes available here - https://github.com/mishnea/firefox-gnome-tweaks
Hi, I'm having the same issue. I checked the trace and I also get > Requirement already satisfied: pip in /home/mihnea/.local/lib/python3.10/site-packages (22.2.1) but it does install setuptools. This is also...
For now I've worked around it by putting a script in `~/.pyenv/versions/3.10.5/bin/pip`: ```bash #!/usr/bin/bash python -m pip $@ ```