mirror of
https://github.com/YunoHost-Apps/django-fmd_ynh.git
synced 2024-09-03 18:26:27 +02:00
Revert: use __INSTALL_DIR__/venv/bin/python3 as shbang for manage.py
This commit is contained in:
parent
61c70d7f85
commit
5f3981c88c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!__INSTALL_DIR__/venv/bin/python3
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue