fab-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Fab-user] Fabric question


From: Bogdan
Subject: Re: [Fab-user] Fabric question
Date: Sat, 10 Sep 2016 09:53:35 -0700

I have one python script, myscript.py i imported fabric in it and it works on my system, once i take that file to different computer with python installed fabric stops working because fabric modules are not installed. Question is how can i make my script work on computers with python installed but not fabric.

Thank you.

On Sat, Sep 10, 2016 at 9:09 AM, santosh kumar <address@hidden> wrote:

* U can use the put function to dump the Python file in all systems.
* Later run in using another function.

We don't need fabric on all nodes. Make sure ssh is enabled.


On Sep 10, 2016 15:31, "bohdan kalytovskyy" <address@hidden> wrote:
Need to run python  script with fabric on multiple computers with out installing fabric on all of them, how can I achieve that?

Thank you.
_______________________________________________
Fab-user mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/fab-user



reply via email to

[Prev in Thread] Current Thread [Next in Thread]