root@prototype2 ~ # rabbitmqadmin -h /usr/bin/env: ‘python’: No such file or directory root@prototype2 ~ # pacman -Qi rabbitmq Name : rabbitmq Version : 3.6.5-1 Description : Highly reliable and performant enterprise messaging implementation of AMQP written in Erlang/OTP Architecture : any URL : https://rabbitmq.com Licenses : MPL Groups : None Provides : None Depends On : erlang-nox systemd Optional Deps : None Required By : None Optional For : None Conflicts With : None Replaces : None Installed Size : 5.75 MiB Packager : Levente Polyak Build Date : Sat 06 Aug 2016 11:37:10 AM UTC Install Date : Sat 01 Oct 2016 02:23:54 PM UTC Install Reason : Explicitly installed Install Script : Yes Validated By : Signature root@prototype2 ~ # pacman -Syu python :: Synchronizing package databases... core is up to date extra is up to date community is up to date aur is up to date :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... Packages (1) python-3.5.2-1 Total Download Size: 15.24 MiB Total Installed Size: 103.35 MiB :: Proceed with installation? [Y/n] y :: Retrieving packages... python-3.5.2-1-x86_64 15.2 MiB 5.34M/s 00:03 [###############################################################] 100% (1/1) checking keys in keyring [###############################################################] 100% (1/1) checking package integrity [###############################################################] 100% (1/1) loading package files [###############################################################] 100% (1/1) checking for file conflicts [###############################################################] 100% (1/1) checking available disk space [###############################################################] 100% :: Processing package changes... (1/1) installing python [###############################################################] 100% Optional dependencies for python python-setuptools python-pip sqlite [installed] mpdecimal: for decimal xz: for lzma [installed] tk: for tkinter root@prototype2 ~ # rabbitmqadmin -h Usage ===== rabbitmqadmin [options] subcommand Options ======= --help, -h show this help message and exit --config=CONFIG, -c CONFIG configuration file [default: ~/.rabbitmqadmin.conf] --node=NODE, -N NODE node described in the configuration file [default: 'default' only if configuration file is specified] --host=HOST, -H HOST connect to host HOST [default: localhost] --port=PORT, -P PORT connect to port PORT [default: 15672] --path-prefix=PATH_PREFIX use specific URI path prefix for the RabbitMQ HTTP API (default: blank string) [default: ] --vhost=VHOST, -V VHOST connect to vhost VHOST [default: all vhosts for list, '/' for declare] --username=USERNAME, -u USERNAME connect using username USERNAME [default: guest] --password=PASSWORD, -p PASSWORD connect using password PASSWORD [default: guest] --quiet, -q suppress status messages [default: True] --ssl, -s connect with ssl [default: False] --ssl-key-file=SSL_KEY_FILE PEM format key file for SSL --ssl-cert-file=SSL_CERT_FILE PEM format certificate file for SSL --ssl-ca-cert-file=SSL_CA_CERT_FILE PEM format CA certificate file for SSL --ssl-disable-hostname-verification Disables peer hostname verification --format=FORMAT, -f FORMAT format for listing commands - one of [table, raw_json, pretty_json, kvp, bash, long, tsv] [default: table] --sort=SORT, -S SORT sort key for listing queries --sort-reverse, -R reverse the sort order --depth=DEPTH, -d DEPTH maximum depth to recurse for listing tables [default: 1] --bash-completion Print bash completion script [default: False] --version Display version and exit More Help ========= For more help use the help subcommand: rabbitmqadmin help subcommands # For a list of available subcommands rabbitmqadmin help config # For help with the configuration file root@prototype2 ~ #