FW: install software via Python script

Grant Edwards invalid at invalid.invalid
Wed Jul 2 18:07:30 EDT 2014


On 2014-07-02, Moshe Avraham <mosheavraham2002 at gmail.com> wrote:

> I need to install variety of software (Oracle, SqlServer, upgrade
> JAVA version, WAS, WMB, Tomcat, etc.) on both WINDOWS and UNIX/LINUX.
>
> These are usual daily operation of large IT departments.
>
> So instead of developing both shell & DOS scripts, I like to develop
> a single Python script (for each of these software) to run on all
> operation systems.
>
> Can someone suggest an easy simple way of developing a script for
> Oracle (as an example).


 1. Write down a precise description of each of the steps required to
    accomplish the task.

 2. Convert each step to Python.

-- 
Grant Edwards               grant.b.edwards        Yow! I am NOT a nut....
                                  at               
                              gmail.com            



More information about the Python-list mailing list