﻿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
19216	Use user level installation rather than system level in advanced tutorial	ncoghlan	Tim Graham	"The new advanced tutorial uses system level installation for simplicity in:
https://docs.djangoproject.com/en/dev/intro/reusable-apps/#using-your-own-package

This requires several of the steps to be run with administrator privileges.

It should be possible to avoid this (and make the section even simpler) just by changing the installation command in this section to:

    python setup.py install --user

This obviously won't work in versions prior to 2.6, but there's no reason a beginner would be using such an old version (and if they are, lack of per-user package support is going to be the least of their problems)

Note that per-user installations can still affect the behaviour of system tools run as that user, so virtualenv is still the more robust solution. However, per-user installs also have a *lot* recommend them over system level installs (such as being usable on systems where you don't have admin access, not running downloaded code with admin privileges, as well as not affecting the behaviour seen by system services and other users of the machine)."	Cleanup/optimization	closed	Documentation	1.4	Normal	fixed			Ready for checkin	1	0	0	0	0	0
