Closed enricostano closed 8 years ago
What happens when you run groff --version
? Just trying to understand if this is because the CLI can't figure out where groff
is installed or if you don't have groff
installed. If it's the later you'll need to manually install that. It might even be worth having this as a dependency of the CLI in the APT package (we don't maintain any ubuntu packages so I'm not sure who to reach out to for that).
If it's the later you'll need to manually install that. It might even be worth having this as a dependency of the CLI in the APT package (we don't maintain any ubuntu packages so I'm not sure who to reach out to for that).
Yep, I guess that's issue. The version for trusty
is really old also :disappointed:
Will install using pip
. Is that OK for a production environment?
Thanks for your help :smiley:
No problem. Installing with pip
is a fully supported way of installing the AWS CLI.
Let us know if you're still running into issues.
My solution was install groff sudo apt-get install groff
I just installed
awscli
package in a Ubuntu 14.04 LXC container using:Version is:
But running the
help
command I get the following output and error:I could find other similar issues related to missing
less
command, but this seems to be another issue.