Ans-MacBook-Air:wc concord$ sudo pip2.7 install concord
The directory '/Users/concord/Library/Logs/pip' or its parent directory is not owned by the current user and the debug log has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag.
The directory '/Users/concord/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag.
You are using pip version 6.0.6, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
The directory '/Users/concord/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want the -H flag.
Collecting concord
Downloading concord-0.1.13.tar.gz
Requirement already satisfied (use --upgrade to upgrade): colorclass==1.2.0 in /usr/local/lib/python2.7/site-packages (from concord)
Requirement already satisfied (use --upgrade to upgrade): graphviz==0.4.3 in /usr/local/lib/python2.7/site-packages (from concord)
Requirement already satisfied (use --upgrade to upgrade): kazoo==2.0 in /usr/local/lib/python2.7/site-packages (from concord)
Requirement already satisfied (use --upgrade to upgrade): terminaltables==1.2.0 in /usr/local/lib/python2.7/site-packages (from concord)
Requirement already satisfied (use --upgrade to upgrade): thrift==0.9.2 in /usr/local/lib/python2.7/site-packages (from concord)
Requirement already satisfied (use --upgrade to upgrade): trace2html==0.2.1 in /usr/local/lib/python2.7/site-packages (from concord)
Requirement already satisfied (use --upgrade to upgrade): wheel==0.24.0 in /usr/local/lib/python2.7/site-packages (from concord)
Installing collected packages: concord
Running setup.py install for concord
changing mode of /usr/local/bin/concord to 755
Successfully installed concord-0.1.13
Ans-MacBook-Air:wc concord$ cocord help
-bash: cocord: command not found
Ans-MacBook-Air:wc concord$ concord help
Usage:
concord [program] [flags]
concord (config|graph|kill|deploy) -h
Ans-MacBook-Air:wc concord$ concord kill -h
/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: No module named concord_cli/kill_task
Ans-MacBook-Air:wc concord$