Es wird nicht empfohlen, Paketverwaltungstools wie pip zu betreiben, die auf anderen Paketen als root installiert sind. Zum Beispiel pip auf Gentoo. Es ist auch wie folgt im Gentoo-Wiki geschrieben.
https://wiki.gentoo.org/wiki/Pip
Warning Running pip as root is not advised. It can render important system tools like emerge useless.
"Es wird nicht empfohlen, mit Pips als Root zu arbeiten. Dies kann wichtige Systemwerkzeuge wie das Auftauchen unbrauchbar machen."
Dies ist das Ergebnis des Vergessens und des versehentlichen pip install --upgrade pip
!
# emerge -uDNp @world
<snip>
* This package will overwrite one or more files that may belong to other
* packages (see list below). You can use a command such as `portageq
* owners / <filename>` to identify the installed package that owns a
* file. If portageq reports that only one package owns a file then do
* NOT file a bug report. A bug report is only useful if it identifies at
* least two or more packages that are known to install the same file(s).
* If a collision occurs and you can not explain where the file came from
* then you should simply ignore the collision since there is not enough
* information to determine if a real problem exists. Please do NOT file
* a bug report at https://bugs.gentoo.org/ unless you report exactly
* which two packages install the same file(s). See
* https://wiki.gentoo.org/wiki/Knowledge_Base:Blockers for tips on how
* to solve the problem. And once again, please do NOT file a bug report
* unless you have completely understood the above message.
virtualenv ist eine gute Zivilisation. Lassen Sie uns beim Beißen wieder aufbauen.
Recommended Posts