Search posts, tags, users, and pages
Lazar
Programmer, Python nut, Meteor and hugo fan
Now before I start, you may notice that I haven't released any code in the past few articles. The problem is I am working on a flutter project for somebody, and building a 2 websites.... so no time to do any challenge coding. In response to my las...
Marvin Kweyu
Senior Backend Engineer | Distributed Systems & Platform Engineering
+1 On Arch. It's made my life that much better.The only thing you have to be careful about is using pip. For new arch users advise:
pip
Never ever ever never use sudo with pip.
sudo
Use pip install --user package.
pip install --user package
Save yourself some pain
Marvin Kweyu
Senior Backend Engineer | Distributed Systems & Platform Engineering
+1 On Arch. It's made my life that much better.The only thing you have to be careful about is using
pip. For new arch users advise:Never ever ever never use
sudowithpip.Save yourself some pain