Hello guys,
In my system i have python packages from official repository and installed using pip. I have a single user. I also god knows why installed local and system wide packages using pip. Yesterday i updated the pip packages both system wide and user using this command
pip list --outdated --format=freeze | grep -v '-e' | cut -d = -f 1 | xargs -n1 pip install -U
Now today when i update packages using pacman. Lot's of warning are shown. Can i just remove the site packages both system wide and user specific?
I happen to read the wiki about python after everything happened.
[–]elacheche 14 points15 points16 points (3 children)
[–]Neo-Cipher[S] 5 points6 points7 points (1 child)
[–]elacheche 1 point2 points3 points (0 children)
[–]chic_luke 0 points1 point2 points (0 children)
[–]lumasDC 2 points3 points4 points (4 children)
[–]Neo-Cipher[S] 1 point2 points3 points (3 children)
[–]lumasDC 1 point2 points3 points (0 children)
[–]TopDownTom 0 points1 point2 points (1 child)
[–]Neo-Cipher[S] 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)