IBM / ibmi-oss-docs

IBM i Open Source Documentation
https://ibmi-oss-docs.readthedocs.io
Creative Commons Zero v1.0 Universal
49 stars 31 forks source link

Installing Python Packages references an invalid yum command #141

Closed richardm90 closed 1 year ago

richardm90 commented 1 year ago

The [Installing Python Packages](page https://ibmi-oss-docs.readthedocs.io/en/latest/python/INSTALLING_PYTHON_PKGS.html) makes reference to the command yum install "Developer Tools" to install the “Developer Tools” group.

The command should be yum group install "Development Tools".

There are no other references to the yum install "Developer Tools" command in the repo.

I suggest changing the paragraph to the following ...

Also, you may need to install development tools, like gcc and automake, which you can often do a la carte (yum install gcc automake) or you may need to install the “Development Tools” group (yum group install "Development Tools").

richardm90 commented 1 year ago

Being dealt with under issue #142.