On 1 March 2013 22:38, Alon Nisser <[email protected]> wrote: > at least from my windows exprience with Django (yes, I know this isn't a > common use case, but still) the current django-admin.py and manage.py do > need python preface to run right (while inside a virtualenv)
I'm not 100% sure if the Windows Python Launcher[1] works with virtualenv, but it most likely works with venv support in Python 3.3. It should also allow you to run Python scripts without the .py suffix Anyways, what kind of "shell" you had in mind? Batch ? Powershell ? Bash ?. [1]: http://blog.python.org/2011/07/python-launcher-for-windows_11.html -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
