[Libre-soc-bugs] [Bug 433] building pia (power instruction analyser) needs to be documented

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Fri Jul 24 22:12:07 BST 2020


https://bugs.libre-soc.org/show_bug.cgi?id=433

--- Comment #20 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Cole Poirier from comment #19)
> (In reply to Jacob Lifshay from comment #17)
> > That script is broken -- not everyone will have uid 1000, normally you would
> > use $USER or whoami to get the username instead of the mess you have.
> 
> In both of those cases you will get the answer root... from examining the
> output of env it appears that we want $SUDO_USER

If you need sudo to install python packages, your probably doing something
wrong -- try using:
python3 -m pip install --user ...
or use pip in a virtualenv

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list