Discussion:
[Fab-user] upgrading
S Ahmed
2013-10-11 01:34:47 UTC
Permalink
Hi,

How do I go about upgrading fabric? I have version 1.5.0 on my mpb.

I honestly can't even remember which package manager I used to install it.
thierry henrio
2013-10-11 07:56:17 UTC
Permalink
Post by S Ahmed
Hi,
How do I go about upgrading fabric? I have version 1.5.0 on my mpb.
I honestly can't even remember which package manager I used to install it.
I use pip for that ( and even virtualenv on my laptop, so that I do not
mess it )

Thierry
Jens Rantil
2013-10-11 08:25:21 UTC
Permalink
Try "pip freeze" in your terminal. If Fabric shows up in the listing, you
can upgrade it by issuing "pip install -U Fabric" on your terminal.
Post by S Ahmed
Hi,
How do I go about upgrading fabric? I have version 1.5.0 on my mpb.
I honestly can't even remember which package manager I used to install it.
S Ahmed
2013-10-11 13:52:17 UTC
Permalink
Thanks Jens! :)
Post by Jens Rantil
Try "pip freeze" in your terminal. If Fabric shows up in the listing, you
can upgrade it by issuing "pip install -U Fabric" on your terminal.
Hi,
Post by S Ahmed
How do I go about upgrading fabric? I have version 1.5.0 on my mpb.
I honestly can't even remember which package manager I used to install it.
Loading...