Il n'est pas recommandé d'utiliser des outils de gestion de packages tels que pip installés sur d'autres packages en tant que root. Par exemple, pip sur Gentoo. Il est également écrit sur le Gentoo Wiki comme suit.
https://wiki.gentoo.org/wiki/Pip
Warning Running pip as root is not advised. It can render important system tools like emerge useless.
"Il n'est pas recommandé de travailler avec pips en tant que root. Cela peut rendre inutiles des outils système importants comme emerge."
Ceci est le résultat de l'oublier et par inadvertance 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 est une bonne civilisation. Reconstruisons en mordant.
Recommended Posts