mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
@@ -373,6 +373,7 @@ def main():
|
|||||||
# Install/upgrade TLJH installer
|
# Install/upgrade TLJH installer
|
||||||
tljh_install_cmd = [pip_bin, "install", "--upgrade"]
|
tljh_install_cmd = [pip_bin, "install", "--upgrade"]
|
||||||
if os.environ.get("TLJH_BOOTSTRAP_DEV", "no") == "yes":
|
if os.environ.get("TLJH_BOOTSTRAP_DEV", "no") == "yes":
|
||||||
|
logger.info("Selected TLJH_BOOTSTRAP_DEV=yes...")
|
||||||
tljh_install_cmd.append("--editable")
|
tljh_install_cmd.append("--editable")
|
||||||
tljh_install_cmd.append(
|
tljh_install_cmd.append(
|
||||||
os.environ.get(
|
os.environ.get(
|
||||||
|
|||||||
Reference in New Issue
Block a user