anchore / anchore-cli

Simple command-line client to the Anchore Engine service
Apache License 2.0
114 stars 55 forks source link

Improve Debian and Ubuntu documentation #32

Closed ayanes closed 5 years ago

ayanes commented 5 years ago

Note many versions of Debian and Ubuntu still not adding ~/.local/bin to $PATH, therefore pip install anchorecli will succeed but the command won't be available for the user. See https://bugs.launchpad.net/ubuntu/+source/bash/+bug/1588562 and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820856

Mention in the documentation about double checking ~/.local/bin being exported as part of the PATH in .bash_profile and/or .profile or simply exporting it before executing anchore-cli

CC: @nurmi

nurmi commented 5 years ago

@ayanes - good catch! In order to take the PR, we will need you to sign off on the commit, and then we can merge (see https://github.com/anchore/anchore-cli/blob/master/CONTRIBUTING.rst)

Thank you for the contribution!

ayanes commented 5 years ago

@nurmi done!

nurmi commented 5 years ago

and done! Thank you again @ayanes