Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73853
| From | Grant Edwards <invalid@invalid.invalid> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: FW: install software via Python script |
| Date | 2014-07-02 22:07 +0000 |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Message-ID | <lp1vr2$7lf$1@reader1.panix.com> (permalink) |
| References | <mailman.11421.1404338524.18130.python-list@python.org> |
On 2014-07-02, Moshe Avraham <mosheavraham2002@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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
FW: install software via Python script "Moshe Avraham" <mosheavraham2002@gmail.com> - 2014-07-02 18:01 -0400 Re: FW: install software via Python script Grant Edwards <invalid@invalid.invalid> - 2014-07-02 22:07 +0000
csiph-web