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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
manage.py
|
|
@ -1,4 +1,4 @@ |
|
|
|
#!/usr/bin/env python |
|
|
|
#!/usr/bin/env python3 |
|
|
|
import os |
|
|
|
import sys |
|
|
|
|
|
|
|