Changes between Initial Version and Version 1 of Ticket #19238, comment 2
- Timestamp:
- Nov 4, 2012, 3:52:28 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19238, comment 2
initial v1 2 2 3 3 You 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, 5 5 - 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. 7 7 8 8 Changing 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.