Changes

Jump to: navigation, search

OPS245 Lab 1

4 bytes added, 14:35, 7 January 2023
INVESTIGATION 5: Using Python Scripting to Generate System Information Reports
:'''Perform the Following Steps:'''
<ol>
<li>Check if python3 is installed on your RHEL Centos Host machine. Open a terminal and type:</li>
<code style="color:#3366CC;font-family:courier;font-size:.9em;margin-left:20px;font-weight:bold;">
which python3
</code>
<li>The output should of the previous command should show python3 is already installed. If it is not, install python3 on your RHEL Centos Host machine.</li>
<code style="color:#3366CC;font-family:courier;font-size:.9em;margin-left:20px;font-weight:bold;">
sudo yum install python3

Navigation menu