Changes between Initial Version and Version 1 of Ticket #19238, comment 2


Ignore:
Timestamp:
Nov 4, 2012, 3:52:28 PM (11 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19238, comment 2

    initial v1  
    22
    33You have the following options:
    4 - 1) use a virtualenv created with Python 3 — the Python binary copied in the virtualenv will be used.
     4- 1) use a virtualenv created with Python 3 — the Python binary copied in the virtualenv will be used,
    55- 2) make Python 3 the default Python, so that `env python` invokes Python 3 (see your OS' manual),
    6 - 3) use `python3 manage.py` — if you want a non-default Python, you have to say it,
     6- 3) use `python3 manage.py` — if you want a non-default Python, you have to say it.
    77
    88Changing the sheebang like you suggest is incorrect because it's OS-dependent. It could fix your problem on your development system but break it on your production environment.
Back to Top