diff options
author | Ryan Egesdahl <ryan.egesdahl@mongodb.com> | 2021-08-17 10:32:49 -0700 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-08-17 22:16:24 +0000 |
commit | 9a3fcb5a162fafd90ff20637821460b22c4af537 (patch) | |
tree | cd32f16a0d4f9b64c3bebd23e1defed999b7680a /docs | |
parent | 7cf7ee6454842c3ade413ad305f0ac4ae8cefa25 (diff) | |
download | mongo-9a3fcb5a162fafd90ff20637821460b22c4af537.tar.gz |
SERVER-58817 Restore older Ubuntu/Debian python-dev install instructions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/building.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/building.md b/docs/building.md index 1c718afd5ff..bdc75c73d5d 100644 --- a/docs/building.md +++ b/docs/building.md @@ -58,7 +58,8 @@ Note: In order to compile C-based Python modules, you'll also need the Python and OpenSSL C headers. Run: * Fedora/RHEL - `dnf install python3-devel openssl-devel` -* Ubuntu/Debian - `apt install python-dev-is-python3 libssl-dev` +* Ubuntu (20.04 and newer)/Debian (Bullseye and newer) - `apt install python-dev-is-python3 libssl-dev` +* Ubuntu (18.04 and older)/Debian (Buster and older) - `apt install python3.7-dev libssl-dev` SCons |