-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django 1.7.4 and Unknown command: 'bower' #34
Comments
Looks like, was not installed the original Bower in the system. |
If I do a bower list within my virtualenv+virtualenvwrapper everything works, when I launch python manage.py bower install jquery within my virtualenv I got the Unknown command: 'bower'. |
I can confirm the error. |
In what os it happens? |
Latest ubuntu, I use Django 1.8b2 so that might be issue too. |
I get a similar error: |
the bower_install does in fact circumvent this issue. |
Having same problem with Django 1.9.6 on OSX 10.11
|
Dear All,
I followed the installation notes, but when I launch
./manage.py bower install
python manage.py bower install
I got Unknown command: 'bower'
Ideas?
Thanks,
The text was updated successfully, but these errors were encountered: