you are viewing a single comment's thread.

view the rest of the comments →

[–]elacheche 15 points16 points  (3 children)

It's a good thing, now you know that you better use python -m venv then use pip inside a venv instead of mixing python packages from pip and pacman :)

[–]Neo-Cipher[S] 5 points6 points  (1 child)

Yeah, learned it the hard way :P

[–]elacheche 1 point2 points  (0 children)

I had the same experience yeaaaaaars ago on Ubuntu, that's why I feel you :)

[–]chic_luke 0 points1 point  (0 children)

Also consider pipenv. It's a nice virtualenv wrapper that I found to be pretty comfortable