mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Upgrade pip
This commit is contained in:
@@ -153,6 +153,15 @@ def main():
|
||||
'git+https://github.com/jupyterhub/the-littlest-jupyterhub.git'
|
||||
)
|
||||
|
||||
# Upgrade pip
|
||||
run_subprocess([
|
||||
os.path.join(hub_prefix, 'bin', 'pip'),
|
||||
'install',
|
||||
'--upgrade',
|
||||
'pip==20.0.*'
|
||||
])
|
||||
logger.info('Upgraded pip')
|
||||
|
||||
run_subprocess([
|
||||
os.path.join(hub_prefix, 'bin', 'pip'),
|
||||
'install'
|
||||
|
||||
Reference in New Issue
Block a user