Skip to content

Commit

Permalink
Merge pull request #796 from raybellwaves/patch-13
Browse files Browse the repository at this point in the history
ENH: add logging if user-requirements-txt-url found
  • Loading branch information
GeorgianaElena committed Jan 27, 2022
2 parents 6e5ada6 + 2f33f98 commit 912cedf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tljh/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ def main():
ensure_config_yaml(pm)
ensure_admins(args.admin)
ensure_usergroups()
if args.user_requirements_txt_url:
logger.info("installing packages from user_requirements_txt_url")
ensure_user_environment(args.user_requirements_txt_url)

logger.info("Setting up JupyterHub...")
Expand Down

0 comments on commit 912cedf

Please sign in to comment.