SERVER-58817 Restore older Ubuntu/Debian python-dev install instructions
This commit is contained in:
parent
7cf7ee6454
commit
9a3fcb5a16
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user