fix
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
import sys
|
||||
from lib2to3.main import main
|
||||
|
||||
sys.exit(main("lib2to3.fixes"))
|
||||
Vendored
BIN
Binary file not shown.
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
|
||||
from idlelib.pyshell import main
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
Vendored
BIN
Binary file not shown.
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
'''exec' "C:\Users\naraw\Desktop\New folder\ImageUtils\.CondaPkg\env\python.exe" "$0" "$@" #'''
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
|
||||
from pip._internal.cli.main import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
||||
Vendored
BIN
Binary file not shown.
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
'''exec' "C:\Users\naraw\Desktop\New folder\ImageUtils\.CondaPkg\env\python.exe" "$0" "$@" #'''
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
|
||||
from pip._internal.cli.main import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
||||
Vendored
BIN
Binary file not shown.
+4
@@ -0,0 +1,4 @@
|
||||
|
||||
import pydoc
|
||||
if __name__ == '__main__':
|
||||
pydoc.cli()
|
||||
Vendored
BIN
Binary file not shown.
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
'''exec' "C:\Users\naraw\Desktop\New folder\ImageUtils\.CondaPkg\env\python.exe" "$0" "$@" #'''
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
|
||||
from wheel.cli import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
||||
Vendored
BIN
Binary file not shown.
Reference in New Issue
Block a user