Browse Source

manage.py should point to "python3" instead of "python".

Without this fix, the following error occurs:

env: ‘python’: No such file or directory
pull/504/head
Yonas Yanfa 4 years ago
committed by GitHub
parent
commit
d1ce8a10d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      manage.py

+ 1
- 1
manage.py View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os import os
import sys import sys


Loading…
Cancel
Save