Skip to content

Instantly share code, notes, and snippets.

Created October 15, 2014 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/94efa6904f6b72b37a72 to your computer and use it in GitHub Desktop.
Save anonymous/94efa6904f6b72b37a72 to your computer and use it in GitHub Desktop.
[root@dhcp31-161 ~]# python -c "import os,imp; os.path.realpath(os.path.dirname(imp.find_module("rally")[1]))"
Traceback (most recent call last):
File "<string>", line 1, in <module>
NameError: name 'rally' is not defined
[root@dhcp31-161 ~]# rally
usage: rally [-h] [--config-dir DIR] [--config-file PATH] [--debug]
[--log-config-append PATH] [--log-date-format DATE_FORMAT]
[--log-dir LOG_DIR] [--log-file PATH] [--log-format FORMAT]
[--nodebug] [--nouse-syslog] [--nouse-syslog-rfc-format]
[--noverbose] [--syslog-log-facility SYSLOG_LOG_FACILITY]
[--use-syslog] [--use-syslog-rfc-format] [--verbose] [--version]
{version,bash-completion,info,use,task,show,verify,deployment}
...
rally: error: too few arguments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment