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 <[email protected]> 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" <[email protected]> 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
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/fab-user
>
>
>
_______________________________________________
Fab-user mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to