Skip to content

Instantly share code, notes, and snippets.

@pydanny
Last active August 29, 2015 13:56
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 pydanny/9219861 to your computer and use it in GitHub Desktop.
Save pydanny/9219861 to your computer and use it in GitHub Desktop.
$ (awesomenv) pip install docopt
Downloading/unpacking docopt
Downloading docopt-0.6.1.tar.gz
Running setup.py egg_info for package docopt
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'egg_info'
Complete output from command python setup.py egg_info:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: invalid command 'egg_info'
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /Users/danielgreenfeld/.envs/awesomenv/build/docopt
Storing complete log in /Users/danielgreenfeld/.pip/pip.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment