#5688: missing word in Windows install instructions
-----------------------------------+----------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: mboersma
Status: assigned | Component: Documentation
Version: SVN | Resolution:
Keywords: | Stage: Ready for checkin
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
-----------------------------------+----------------------------------------
Comment (by anonymous):
> Hang on, are you sure about this?
>
> On my Windows installation of Python, the install directory isn't added
to your path but an association is made between {{{.py}}} files and the
Python executable. Hence typing {{{python}}} followed by anything won't
normally work, but running {{{foo.py}}} by typing its name should do the
right thing.
In the "old days", command-line behavior was different between 95-based
Windows and NT-based Windows; 95 wouldn't let you do "somescript.py" on
the command-line but NT would (and were this really got interesting was
piping stdin/stdout.)
I'm not sure what the default behavior after a Windows Python install is
these days, but I much prefer adding bin to my path and doing "python
somescript.py" to keep things consistent (with my other junk done on OS
X.)
--
Ticket URL: <http://code.djangoproject.com/ticket/5688#comment:3>
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
-~----------~----~----~----~------~----~------~--~---