mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fix path to jupyter-serverextensions
This commit is contained in:
@@ -113,7 +113,7 @@ def test_serverextensions():
|
|||||||
Validate serverextensions we want are installed
|
Validate serverextensions we want are installed
|
||||||
"""
|
"""
|
||||||
proc = subprocess.run([
|
proc = subprocess.run([
|
||||||
'/opt/tljh/user/bin/jupyter-serverextensions',
|
'/opt/tljh/user/bin/jupyter-serverextension',
|
||||||
'list', '--sys-prefix'
|
'list', '--sys-prefix'
|
||||||
], stderr=subprocess.PIPE)
|
], stderr=subprocess.PIPE)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user