mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Apply suggestions from code review
Co-authored-by: Simon Li <orpheus+devel@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ This script is run as:
|
||||
|
||||
Constraints:
|
||||
|
||||
- The entire script should be compatible with Python 3.8, which is the on
|
||||
- The entire script should be compatible with Python 3.8, which is the default on
|
||||
Ubuntu 20.04.
|
||||
- The script should parse in Python 3.6 as we print error messages for using
|
||||
Ubuntu 18.04 which comes with Python 3.6 by default.
|
||||
@@ -214,7 +214,7 @@ def ensure_host_system_can_install_tljh():
|
||||
print("The Littlest JupyterHub requires Ubuntu 20.04 or higher")
|
||||
sys.exit(1)
|
||||
elif distro == "debian" and _parse_version(version) < (11,):
|
||||
print("The Littlest JupyterHub requires Debian 10 or higher")
|
||||
print("The Littlest JupyterHub requires Debian 11 or higher")
|
||||
sys.exit(1)
|
||||
|
||||
# Require Python 3.8+
|
||||
|
||||
@@ -19,7 +19,7 @@ Installation
|
||||
|
||||
The Littlest JupyterHub (TLJH) can run on any server that is running **Debian 11** or **Ubuntu 20.04** or **22.04** on an amd64 or arm64 CPU architecture.
|
||||
We aim to support 'stable' and Long-Term Support (LTS) versions.
|
||||
Newer versions are likely to work with little or no adjustment, but these are the officially supported and tested versions.
|
||||
Newer versions are likely to work with little or no adjustment, but these are not officially supported or tested.
|
||||
Earlier versions of Ubuntu and Debian are not supported, nor are other Linux distributions.
|
||||
We have a bunch of tutorials to get you started.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user