Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community!
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Mona Jalal
4,302 Pointsinstallation
$ python3 -m pip install django
Downloading/unpacking django
Downloading Django-1.9.7-py2.py3-none-any.whl (6.6MB): 6.6MB downloaded
Installing collected packages: django
Successfully installed django
Cleaning up...
$ django -version
-bash: django: command not found
Why can't I run the command?
1 Answer

Myers Carpenter
6,421 PointsBased on the Django Tutorial I think the command you want is django-admin
, not just django
.