SERVER-58817 Direct users to install python-dev-is-python3 on Ubuntu

The `python3.7-dev` package is no more.
```
$ sudo apt install python3.7-dev
...
E: Unable to locate package python3.7-dev
E: Couldn't find any package by glob 'python3.7-dev'
```

We should direct the user to install python-dev-is-python3 instead:
```
$ apt search python-dev-is-python3
Sorting... Done
Full Text Search... Done
python-dev-is-python3/focal,now 3.8.2-4 all [installed]
  symlinks /usr/bin/python-config to python3-config
```

Closes #1407

Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
This commit is contained in:
Paran Lee 2021-07-12 11:22:09 +09:00 committed by Evergreen Agent
parent dd072345df
commit b5c79abcca

View File

@ -58,7 +58,7 @@ 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-get install python3.7-dev libssl-dev`
* Ubuntu/Debian - `apt install python-dev-is-python3 libssl-dev`
SCons