[ramdisk] add cvitek pre-built ramdisk
Change-Id: Ic7d2046a23358129eaf621b5558984a64fa7361d
This commit is contained in:
12
ramdisk/initramfs/glibc_arm64/usr/bin/pip
Executable file
12
ramdisk/initramfs/glibc_arm64/usr/bin/pip
Executable file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/python
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==18.1','console_scripts','pip'
|
||||
__requires__ = 'pip==18.1'
|
||||
import re
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(
|
||||
load_entry_point('pip==18.1', 'console_scripts', 'pip')()
|
||||
)
|
||||
Reference in New Issue
Block a user