﻿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
19307	"""Where are my site-packages?"" section command line update for python 3"	robert.knights@…	nobody	"Under the Django installation section of the documentation:

Change
python -c ""from distutils.sysconfig import get_python_lib; print get_python_lib()""
to
python -c ""from distutils.sysconfig import get_python_lib; print(get_python_lib())""

or create a note that this is necessary for python 3.  

Perhaps this is not an issue as yet as python 3 support is experimental for v1.5... ?

"	Cleanup/optimization	closed	Documentation	1.5-alpha-1	Normal	invalid	install python3		Unreviewed	0	0	0	0	1	0
