#5626: Mac OS X typo, permissions command could be more succinct.
---------------------------------+------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: mboersma
Status: assigned | Component: Documentation
Version: SVN | Resolution:
Keywords: terminal Mac OS X | Stage: Design decision needed
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
---------------------------------+------------------------------------------
Comment (by anonymous):
Replying to [comment:3 ubernostrum]:
> Using `which` assumes the user has successfully gotten `django/bin` into
the `PATH`, which isn't necessarily a safe assumption.
It is if they followed the previous instructions: `python setup.py
install` places scripts in the path on OSX. However, even if they hadn't,
the pull-out assumes that they have. (The first sentence ends with "...
when you try to run `django-admin.py startproject`," which doesn't tell
them where that script might be, if they don't already know.) It also
doesn't help the user find that directory (`django/bin`), which could be
difficult if it's installed into some random `site-packages` directory.
--
Ticket URL: <http://code.djangoproject.com/ticket/5626#comment:4>
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
-~----------~----~----~----~------~----~------~--~---