Changing sudo pip to pip in readme.rst file.#4224
Changing sudo pip to pip in readme.rst file.#4224kshithijiyer wants to merge 2 commits intoaws:developfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #4224 +/- ##
========================================
Coverage 94.41% 94.41%
========================================
Files 188 188
Lines 14151 14151
========================================
Hits 13360 13360
Misses 791 791Continue to review full report at Codecov.
|
| or, if you are not installing in a ``virtualenv``, to install globally:: | ||
|
|
||
| $ sudo pip install awscli | ||
| $ pip install awscli |
There was a problem hiding this comment.
This probably won’t work, plus it’s not right in this part of the doc (it’s the same as the command just before).
pip install --user awscli could be an alternative that works without virtual env and without messing us the system (or being denied)
There was a problem hiding this comment.
So should we just remove it or leave it as it is?
There was a problem hiding this comment.
I don’t understand the question.
sudo pip install is bad, pip install won’t work. More thought is needed (e.g. with the install --user idea)
|
Hi @kshithijiyer, Apologies for the delay. We're cleaning up our backlog according to our new contribution process. I understand the sentiment of this change, and agree with @merwok that just dropping the I think we should draw a better distinction between installing for development purposes here in the GitHub repository, and direct end users more towards the content in the Installation section of the AWS CLI User Guide. Given the lag between opening this and now, I'm happy to make these changes, but I can leave it for you to do as well since it's a minimal change from what you already have. It might be better for you to open a new PR given the conflicts present from the long time; otherwise you'll need to rebase as well. Let me know how you'd like to proceed! |
|
After some further discussion, we'd be even happier to remove the entire installation section, save for things that a developer would use, and redirect all end users to the User Guide installation section. |
|
Given that we haven't heard back on this PR, I'm going to close it due to inactivity. As suggested above, there are broader improvements to the installation documentation that could be made here and I think that can be in a separate PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #4224 +/- ##
========================================
Coverage 94.41% 94.41%
========================================
Files 188 188
Lines 14151 14151
========================================
Hits 13360 13360
Misses 791 791 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fixes: #4175