python 在storm下运行

用的是pyleus 但是在build的时候报错

File "/bin/pyleus", line 6, in
main()
File "/usr/lib/python2.7/site-packages/pyleus/cli/cli.py", line 54, in main
args.func(args)
File "/usr/lib/python2.7/site-packages/pyleus/cli/commands/subcommand.py", line 99, in run_subcommand
configs = _ensure_storm_path_in_configs(configs)
File "/usr/lib/python2.7/site-packages/pyleus/cli/commands/subcommand.py", line 31, in _ensure_storm_path_in_configs
"Unable to locate Storm executable. Please either install "
pyleus.exception.ConfigurationError: [ConfigurationError] Unable to locate Storm executable. Please either install Storm or specify its path in your configuration file

http://blog.csdn.net/jiangjingxuan/article/details/54729039

将storm的可执行程序的目录配置到PATH中