fab-user
[Top][All Lists]
Advanced

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

Re: [Fab-user] Fabric update to version :- 1.9.1


From: Kaushal Shriyan
Subject: Re: [Fab-user] Fabric update to version :- 1.9.1
Date: Tue, 26 Aug 2014 12:38:51 +0530




On Tue, Aug 26, 2014 at 12:32 PM, Alexander Fortin <address@hidden> wrote:
On Tue, Aug 26, 2014 at 7:50 AM, Kaushal Shriyan
<address@hidden> wrote:
> Hi Jeff,
>
> I am encountering the below issue.

Ehem... http://www.fabfile.org/installing.html

To upgrade, I do:

$ sudo pip install --upgrade Fabric
Downloading/unpacking Fabric from
https://pypi.python.org/packages/source/F/Fabric/Fabric-1.9.1.tar.gz#md5=434dfbdc47c160946c8a71d966526422
  Downloading Fabric-1.9.1.tar.gz (219kB): 219kB downloaded
  Running setup.py egg_info for package Fabric

    warning: no previously-included files matching '*' found under
directory 'sites/docs/_build'
    warning: no previously-included files matching '*' found under
directory 'sites/www/_build'
    warning: no previously-included files matching '*.pyc' found under
directory 'tests'
    warning: no previously-included files matching '*.pyo' found under
directory 'tests'
Requirement already up-to-date: paramiko>=1.10 in
/usr/local/lib/python2.7/dist-packages (from Fabric)
Requirement already up-to-date: pycrypto>=2.1,!=2.4 in
/usr/local/lib/python2.7/dist-packages (from paramiko>=1.10->Fabric)
Requirement already up-to-date: ecdsa in
/usr/local/lib/python2.7/dist-packages (from paramiko>=1.10->Fabric)
Installing collected packages: Fabric
  Found existing installation: Fabric 1.9.0
    Uninstalling Fabric:
      Successfully uninstalled Fabric
  Running setup.py install for Fabric

    warning: no previously-included files matching '*' found under
directory 'sites/docs/_build'
    warning: no previously-included files matching '*' found under
directory 'sites/www/_build'
    warning: no previously-included files matching '*.pyc' found under
directory 'tests'
    warning: no previously-included files matching '*.pyo' found under
directory 'tests'
    Installing fab script to /usr/local/bin
Successfully installed Fabric
Cleaning up...


Hi Alexander,

Thanks for the reply and it worked like a charm. 

MacBook-Pro-2:~ kaushal$ sudo pip install --upgrade Fabric
Password:
  Downloading Fabric-1.9.1.tar.gz (219kB): 219kB downloaded
  Running setup.py egg_info for package Fabric

    warning: no previously-included files matching '*' found under directory 'sites/docs/_build'
    warning: no previously-included files matching '*' found under directory 'sites/www/_build'
    warning: no previously-included files matching '*.pyc' found under directory 'tests'
    warning: no previously-included files matching '*.pyo' found under directory 'tests'
  Downloading paramiko-1.14.1.tar.gz (1.1MB): 1.1MB downloaded
  Running setup.py egg_info for package paramiko

Requirement already up-to-date: pycrypto>=2.1,!=2.4 in /Library/Python/2.7/site-packages (from paramiko>=1.10->Fabric)
Requirement already up-to-date: ecdsa in /Library/Python/2.7/site-packages (from paramiko>=1.10->Fabric)
Installing collected packages: Fabric, paramiko
  Found existing installation: Fabric 1.9.0
    Uninstalling Fabric:
      Successfully uninstalled Fabric
  Running setup.py install for Fabric

    warning: no previously-included files matching '*' found under directory 'sites/docs/_build'
    warning: no previously-included files matching '*' found under directory 'sites/www/_build'
    warning: no previously-included files matching '*.pyc' found under directory 'tests'
    warning: no previously-included files matching '*.pyo' found under directory 'tests'
    Installing fab script to /usr/local/bin
  Found existing installation: paramiko 1.14.0
    Uninstalling paramiko:
      Successfully uninstalled paramiko
  Running setup.py install for paramiko

Successfully installed Fabric paramiko
Cleaning up...
MacBook-Pro-2:~ kaushal$ fab -V
Fabric 1.9.1
Paramiko 1.14.1
MacBook-Pro-2:~ kaushal$

Regards,

Kaushal

reply via email to

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