On Mon, Apr 30, 2012 at 2:43 PM, JA <[email protected]> wrote: > Hello everyone; > > I have a question... > > I have installed 1.4.1 but, when I run > > fab --version > > Fabric 1.5a > ssh (library) 1.7.12
You may have installed "fabric==dev" or installed it from source (download + setup.py install, instead of using "easy_install" or "pip")? The stable release will say "1.4.1" when you ask "--version". The best way to get the stable release is simply to do "sudo easy_install fabric", or "sudo pip install fabric" if you have pip. If you're downloading something by hand, that probably means you're getting the development version :) -Jeff > > Am I missing something here? > > _______________________________________________ > Fab-user mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/fab-user -- Jeff Forcier Unix sysadmin; Python/Ruby engineer http://bitprophet.org _______________________________________________ Fab-user mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/fab-user
