Skip to content
Snippets Groups Projects
Commit 5375965f authored by André's avatar André
Browse files

Don't hard code python path in scripts to support virtualenv

parent 343811c2
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/python3 -OO
#!/usr/bin/env python3
import os
import sys
......
#!/usr/bin/python3 -OO
#!/usr/bin/env python3
##
## Copyright (C) 2005 Yann Le Boulanger <asterix AT lagaule.org>
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
......
#!/usr/bin/python3 -OO
#!/usr/bin/env python3
##
## Copyright (C) 2005 Yann Le Boulanger <asterix AT lagaule.org>
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
......
#!/usr/bin/python3 -OO
#!/usr/bin/env python3
##
## Copyright (C) 2005 Yann Le Boulanger <asterix AT lagaule.org>
## Copyright (C) 2006 Dimitur Kirov <dkirov AT gmail.com>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment