update to python3.7
This commit is contained in:
parent
da2d24a7f4
commit
80c4a755da
2912 changed files with 206832 additions and 100407 deletions
10
bin/pip3
10
bin/pip3
|
|
@ -1,10 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==7.1.2','console_scripts','pip3'
|
||||
__requires__ = 'pip==7.1.2'
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(
|
||||
load_entry_point('pip==7.1.2', 'console_scripts', 'pip3')()
|
||||
)
|
||||
1
bin/pip3
Symbolic link
1
bin/pip3
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
pip3.7
|
||||
Loading…
Add table
Add a link
Reference in a new issue