﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
4679	django-admin.py maybe not in system path after setup.py installation on OS X	paul@…	Jacob	"Mac OS X 10.4.10 (Intel), Python 2.3.5 (!#1, Aug 19 2006, 21:31:42)

Steps taken:

1. Download Django 0.96 (http://www.djangoproject.com/download/0.96/tarball/) into /Users/pauldwaite/Desktop/

2. Install Django, i.e. run these commands:
{{{
cd ~/Desktop
tar xzvf Django-0.96.tar.gz
cd Django-0.96
sudo python setup.py install
}}}

3. Change into my home directory, and attempt to create a Django project:
{{{
cd ../../
django-admin.py startproject mysite
}}}

Result:

{{{
-bash: django-admin.py: command not found
}}}


Adding /Library/Python/2.3/site-packages/django/bin/ to my path (I do it in my .profile file) fixes the problem."		closed	Core (Management commands)	1.0		worksforme	install		Unreviewed	0	0	0	0	0	0
