[rtems-docs commit] user/hosts/posix.rst: Improve Ubuntu python 2 devel package instructions

Joel Sherrill joel at rtems.org
Thu Aug 15 21:04:32 UTC 2019


Module:    rtems-docs
Branch:    master
Commit:    4cc36ed15530f890207a4f905be74fa4fa454bcf
Changeset: http://git.rtems.org/rtems-docs/commit/?id=4cc36ed15530f890207a4f905be74fa4fa454bcf

Author:    Joel Sherrill <joel at rtems.org>
Date:      Thu Aug 15 16:03:46 2019 -0500

user/hosts/posix.rst: Improve Ubuntu python 2 devel package instructions

---

 user/hosts/posix.rst | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/user/hosts/posix.rst b/user/hosts/posix.rst
index 24e811f..55378f3 100644
--- a/user/hosts/posix.rst
+++ b/user/hosts/posix.rst
@@ -131,10 +131,16 @@ Xubuntu. A minimal installation was used and the following packages installed:
 
 Note that in previous versions of Ubuntu, the package libpython-dev was
 python2.7-dev. The name of packages changes over time. You need the
-package with Python development libraries for C/C++ programs.
+package with Python development libraries for C/C++ programs. The following
+is needed for recent versions:
 
-It is likely necessary that you will have to enable the Ubuntu Source Repositories.
-Users have suggested the following web pages which have instructions:
+.. code-block:: none
+
+  $ sudo apt-get install python-dev
+
+It is likely necessary that you will have to enable the Ubuntu Source
+Repositories.  Users have suggested the following web pages which have
+instructions:
 
 * https://askubuntu.com/questions/158871/how-do-i-enable-the-source-code-repositories/158872
 * https://askubuntu.com/questions/496549/error-you-must-put-some-source-uris-in-your-sources-list



More information about the vc mailing list