Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73859 > unrolled thread

RE: install software via Python script

Started by"Moshe Avraham" <mosheavraham2002@gmail.com>
First post2014-07-02 19:56 -0400
Last post2014-07-02 19:56 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  RE: install software via Python script "Moshe Avraham" <mosheavraham2002@gmail.com> - 2014-07-02 19:56 -0400

#73859 — RE: install software via Python script

From"Moshe Avraham" <mosheavraham2002@gmail.com>
Date2014-07-02 19:56 -0400
SubjectRE: install software via Python script
Message-ID<mailman.11427.1404345391.18130.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

 

HI Guys,

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).

Thanks,

Moshe

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web