Do not recommend sudo pip
#4175
Labels
documentation
This is a problem with documentation.
feature-request
A feature should be added or improved.
installation
p3
This is a minor priority issue
v1
https://github.com/aws/aws-cli#installation
Line 42 of the README recommends using
sudo pip install awscli
.This is likely to completely break your Python installation. It is considered bad practice to mix system Python packages with ones installed via pip. This should not be recommended.
--user
should be recommended first. If you want to mention the possibility of installing withsudo pip
then it should also be mentioned that it will cause breakage.If the intention is to make it easy to install globally then it would be better to use something like https://appimage.org/
The text was updated successfully, but these errors were encountered: