first commit
This commit is contained in:
commit
417e54da96
5696 changed files with 900003 additions and 0 deletions
8
kivy_venv/bin/virtualenv
Executable file
8
kivy_venv/bin/virtualenv
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/home/meko/Builds/test-kivy-app/kivy_venv/bin/python3
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
from virtualenv.__main__ import run_with_catch
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(run_with_catch())
|
Loading…
Add table
Add a link
Reference in a new issue