#8717: Slight change to installation guide ---------------------------+------------------------------------------------ Reporter: blackhatrob | Owner: nobody Status: new | Milestone: Component: Documentation | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ In the installation guide for the SVN piece, you mention the use of PYTHONPATH. Why not go ahead and mention that instead of creating symlinks to the svn django bin location, just add the path to the user's PATH variable in their .bashrc:[[BR]] [[BR]] i.e.[[BR]] [[BR]] PYTHONPATH=/home/blackhatrob/source/svn/django_trunk:$PYTHONPATH[[BR]] PATH=/home/blackhatrob/source/svn/django_trunk/django/bin:$PATH[[BR]] export PYTHONPATH PATH[[BR]] [[BR]] This way, you do not need any elevated privileges to download and develop django projects.
-- Ticket URL: <http://code.djangoproject.com/ticket/8717> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
