-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Recently watched Building theatlantic.com homepage’s WYSIWYG admin with Django and Knockout
I could the repo and ran ./setup.sh. However, setup fails with the following:
Installing collected packages: setuptools, six, wheel, django, django-grappelli, django-ckeditor, django-select2-forms, django-nested-admin, django-generic-plus, django-curation, Pillow, pytz, python-xmp-toolkit, django-cropduster, lxml, defusedxml, futures, django-pipeline, libsass, django-appconf, rcssmin, rjsmin, django-compressor, django-libsass
Running setup.py develop for django
Complete output from command /Users/tt/development/django-ko-demo/bin/python -c "import setuptools, tokenize; file='/Users/tt/development/django-ko-demo/src/django/setup.py'; exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" develop --no-deps --home=/var/folders/qk/5fllnslx74qdf791fm854llc0000gn/T/tmpMZsK6n:
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help
error: option --home not recognized
Any insight with resolving this would be appreciated.