Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73852
| From | "Moshe Avraham" <mosheavraham2002@gmail.com> |
|---|---|
| References | |
| Subject | FW: install software via Python script |
| Date | 2014-07-02 18:01 -0400 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11421.1404338524.18130.python-list@python.org> (permalink) |
[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
Back to comp.lang.python | Previous | Next — Next 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