-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using aws-cli #4
Comments
It works fine in my environment. |
Can you advise when aws cli is available. I tried this on a new machine. dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart Extract Amazon2.zip to Amazon2.exe and Run Amazon2.exe (as administrator) In Administrator Powershell I ran wsl -bash-4.2# cat /etc/os-release I check the current directory Then I try aws --version -bash-4.2# aws --version Can you advise your steps please and I will try them. |
To use the AWS CLI, you must execute the following command. yum install aws-cli |
Close because there is no reaction. |
When I run aws in AmazonWSL bash, it doesn't seem to do anything.
e.g. aws --version
simply returns to the bash prompt.
I also tried yum install aws-cli which did the install but aws still does not do anything.
-bash-4.2# yum install aws-cli
Loaded plugins: ovl, priorities
amzn2-core | 2.4 kB 00:00:00
Package awscli-1.16.300-1.amzn2.0.1.noarch already installed and latest version
Nothing to do
How do I get aws-cli working?
-bash-4.2# aws --version
-bash-4.2#
The text was updated successfully, but these errors were encountered: