[PYTHON] The subtle relationship between Gentoo and pip

It is not recommended to operate package management tools such as pip installed on other packages as root. For example, pip on Gentoo. The Gentoo Wiki also says:

https://wiki.gentoo.org/wiki/Pip

Warning Running pip as root is not advised. It can render important system tools like emerge useless.

"It is not recommended to work with pip as root. It can render important system tools like emerge useless."

This is the result of forgetting it and inadvertently 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 is a good civilization. Let's rebuild while biting.

Recommended Posts

The subtle relationship between Gentoo and pip
About the relationship between Git and GitHub
What is the difference between `pip` and` conda`?
Investigate the relationship between TensorFlow and Keras in transition
[Statistics] Let's visualize the relationship between the normal distribution and the chi-square distribution.
Examine the relationship between two variables (2)
Examine the relationship between two variables (1)
I investigated the relationship between Keras stateful LSTM and hidden state
Relationship between netfilter, firewalld, iptables and nftables
Relationship between Firestore and Go data type conversion
Summary of the differences between PHP and Python
The answer of "1/2" is different between python2 and 3
About the difference between "==" and "is" in python
Let's visualize the relationship between average salary and industry with XBRL data and seaborn! (7/10)
About the difference between PostgreSQL su and sudo
What is the difference between Unix and Linux?
Investigation of the relationship between speech preprocessing and transcription accuracy in the Google Cloud Speech API
Consideration of the difference between ROC curve and PR curve
The rough difference between Unicode and UTF-8 (and their friends)
Relationship between operators and special methods, try calling numeric methods
Can BERT tell the difference between "candy (candy)" and "candy (rain)"?
What is the difference between usleep, nanosleep and clock_nanosleep?
I examined the data mapping between ArangoDB and Java
EP 3 Know the Differences Between bytes, str, and unicode
Visualization of the connection between malware and the callback server
How to use argparse and the difference between optparse
Compare "relationship between log and infinity" in Gauche (0.9.4) and Python (3.5.1)
[Python] pip and wheel
Sort the relationship between pitcher Masahiro Yamamoto and each team by janome and TF-IDF Cosine Similarity
Between parametric and nonparametric
Install the pip command
(Important inner product in deep learning.) About the relationship between inner product, outer product, dot product, and numpy dot function.
The relationship between brain science and unsupervised learning. Maximize information amount Unsupervised learning MNIST: Google Colabratory (PyTorch)
What is the difference between a symbolic link and a hard link?
Understand the difference between cumulative assignment to variables and cumulative assignment to objects
[Python] I installed the game from pip and played it
A rough summary of the differences between Windows and Linux
I want to know the features of Python and pip
I tried to enumerate the differences between java and python
The difference between foreground and background processes understood by the principle
Relationship between Bound / Unbound and initial value of Django2 Form