Wednesday, 21 August 2013

How to download/install paramiko on any sever from Python script?

How to download/install paramiko on any sever from Python script?

I'm writing a Python script which will be run on many different servers. A
vital part of the script relies on the paramiko module, but it's likely
that the servers do not have the paramiko package installed already.
Everything needs to automated, so all the user has to do is run the script
and everything will be completed for them. They shouldn't need to manually
install anything.
I've seen that people recommend using Active Python / PyPM, but again,
that requires an installation.
Is there a way to download and install Paramiko (and any package) from a
Python script?

No comments:

Post a Comment