By the way, you still didn't advise me on whether to use: sudo gem install mysql2
or bundle install mysql2 in the script! ok...here is the output of that command: arthur@TCOServer:~/Documents/Books/ROR$ sudo gem list | cut -d" " -f1 | xargs sudo gem uninstall -aIx [sudo] password for arthur: Successfully uninstalled abstract-1.0.0 Successfully uninstalled actionmailer-3.0.11 Successfully uninstalled actionpack-3.0.11 Successfully uninstalled activemodel-3.0.11 Successfully uninstalled activerecord-3.0.11 Successfully uninstalled activeresource-3.0.11 Successfully uninstalled activesupport-3.0.11 Successfully uninstalled arel-2.0.10 Successfully uninstalled bigdecimal-1.1.0 Successfully uninstalled builder-2.1.2 Removing bundle Successfully uninstalled bundler-1.0.21 Successfully uninstalled daemon_controller-0.2.6 Successfully uninstalled dryml-1.3.0 Removing erubis Successfully uninstalled erubis-2.6.6 Successfully uninstalled fastthread-1.0.7 Removing hobo Successfully uninstalled hobo-1.3.0 Removing hobofields Successfully uninstalled hobo_fields-1.3.0 Successfully uninstalled hobo_support-1.3.0 Successfully uninstalled i18n-0.5.0 Successfully uninstalled io-console-0.3 Successfully uninstalled json-1.5.4 Successfully uninstalled mail-2.2.19 Successfully uninstalled mime-types-1.17.2 Successfully uninstalled minitest-2.5.1 Successfully uninstalled mysql2-0.3.11 Removing passenger Removing passenger-install-apache2-module Removing passenger-install-nginx-module Removing passenger-config Removing passenger-status Removing passenger-memory-stats Removing passenger-make-enterprisey Successfully uninstalled passenger-3.0.11 Successfully uninstalled polyglot-0.3.3 Successfully uninstalled rack-1.2.4 Removing rackup Successfully uninstalled rack-1.3.5 Successfully uninstalled rack-mount-0.6.14 Successfully uninstalled rack-test-0.5.7 Removing rails Successfully uninstalled rails-3.0.11 Successfully uninstalled railties-3.0.11 Removing rake Successfully uninstalled rake-0.9.2.2 Removing rdoc Removing ri Successfully uninstalled rdoc-3.9.4 Removing rake2thor Removing thor Successfully uninstalled thor-0.14.6 Removing tt Successfully uninstalled treetop-1.4.10 Successfully uninstalled tzinfo-0.3.31 Successfully uninstalled will_paginate-3.0.2 ________________________________ From: Quiliro Ordóñez <[email protected]> To: [email protected] Sent: Monday, December 19, 2011 2:46 PM Subject: Re: [Hobo Users] Latest InstantHobo install script for Ubuntu 11.10 On 19/12/11 15:16, Arthur Baldwin wrote: sudo gem list | cut -d" " -f1 | xargs gem uninstall -aIx > Sorry Arthur. The correct command should be: sudo gem list | cut -d" " -f1 | xargs sudo gem uninstall -aIx Please avoid top posting. It is easier to read and answer the thread if you use interleaved posting. Thanks. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
