Changes between Initial Version and Version 1 of Ticket #19344, comment 5
- Timestamp:
- Nov 22, 2012, 4:56:01 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19344, comment 5
initial v1 1 tim po,1 timo, 2 2 3 You are right sorry guys for my mistake. What I meant was `python /path/to/django-admin.py`.3 You are right. Sorry guys for my mistake. What I meant was `python /path/to/django-admin.py`. 4 4 5 5 For example in the Windos case (without virtualenv but I suspect that with virtualenv the problem remains) that script gets installed in the `$PYTHON_INSTALLATION_PATH\Scripts\` dir (usually `C:\pythonXY\Scripts\` and, in such platform, the techniques of associating .py files to the Python interpreter available are very hackish and brittle so it is always better to use the full path and asume there is no magic execution of .py files when they are executed from the command line specfying just their name.