Giter Site home page Giter Site logo

noodle's People

Contributors

nelewis avatar

Watchers

 avatar  avatar

noodle's Issues

Can not get away from this: ERROR: Gem bundler is not installed, run `gem install bundler` first.

My comments are prefixed with >>> which in this markup language makes it easy to spot.

What's in the terminal:

nicole@nicole-VirtualBox ~/Sites/noodle $ bundle install
ERROR: Gem bundler is not installed, run gem install bundler first.
nicole@nicole-VirtualBox ~/Sites/noodle $ gem install bundler
Successfully installed bundler-1.3.5
1 gem installed
Installing ri documentation for bundler-1.3.5...
Installing RDoc documentation for bundler-1.3.5...
nicole@nicole-VirtualBox ~/Sites/noodle $ bundle install
ERROR: Gem bundler is not installed, run gem install bundler first.
nicole@nicole-VirtualBox ~/Sites/noodle $ gem list

*** LOCAL GEMS ***

actionmailer (3.2.13, 3.2.11)
actionpack (4.0.0.rc1, 3.2.13, 3.2.11)
activemodel (3.2.13, 3.2.11)
activerecord (3.2.13, 3.2.11)
activeresource (3.2.13, 3.2.11)
activesupport (4.0.0.rc1, 3.2.13, 3.2.11)
arel (4.0.0, 3.0.2)
atomic (1.1.9)
bigdecimal (1.1.0)
builder (3.2.0, 3.1.4, 3.0.4)
bundler (1.3.5)
coffee-rails (4.0.0, 3.2.2)
coffee-script (2.2.0)
coffee-script-source (1.6.2)
commonjs (0.2.6)
erubis (2.7.0)
execjs (1.4.0)
hike (1.2.2)
i18n (0.6.4, 0.6.1)
io-console (0.4.2, 0.3)
journey (1.0.4)
jquery-rails (2.2.1)
json (1.7.7, 1.5.5)
less (2.3.2)
less-rails (2.3.3)
libv8 (3.16.14.1, 3.11.8.17 x86_64-linux)
mail (2.5.3, 2.4.4)
mime-types (1.23)
minitest (4.7.4, 2.5.1)
multi_json (1.7.3, 1.7.2)
polyglot (0.3.3)
rack (1.5.2, 1.4.5)
rack-cache (1.2)
rack-ssl (1.3.3)
rack-test (0.6.2)
rails (3.2.13, 3.2.11)
railties (4.0.0.rc1, 3.2.13, 3.2.11)
rake (10.0.4, 0.9.2.2)
rdoc (4.0.1, 3.12.2, 3.9.5)
ref (1.0.4)
rubygems-bundler (1.1.1)
rvm (1.11.3.7)
sass (3.2.8)
sass-rails (3.2.6)
sprockets (2.9.3, 2.2.2)
sqlite3 (1.3.7)
therubyracer (0.11.4)
thor (0.18.1)
thread_safe (0.1.0)
tilt (1.4.0, 1.3.7)
treetop (1.4.12)
twitter-bootstrap-rails (2.2.6)
tzinfo (0.3.37)
uglifier (2.0.1)
nicole@nicole-VirtualBox ~/Sites/noodle $

SO with research I found to do this:

nicole@nicole-VirtualBox ~/Sites/noodle $ gem env
RubyGems Environment:

  • RUBYGEMS VERSION: 1.8.25
  • RUBY VERSION: 1.9.3 (2013-02-22 patchlevel 392) [x86_64-linux]
  • INSTALLATION DIRECTORY: /home/nicole/.rvm/gems/ruby-1.9.3-p392
  • RUBY EXECUTABLE: /home/nicole/.rvm/rubies/ruby-1.9.3-p392/bin/ruby
  • EXECUTABLE DIRECTORY: /home/nicole/.rvm/gems/ruby-1.9.3-p392/bin
  • RUBYGEMS PLATFORMS:
    • ruby
    • x86_64-linux
  • GEM PATHS:
    • /home/nicole/.rvm/gems/ruby-1.9.3-p392
    • /home/nicole/.rvm/gems/ruby-1.9.3-p392@global
  • GEM CONFIGURATION:
    • :update_sources => true
    • :verbose => true
    • :benchmark => false
    • :backtrace => false
    • :bulk_threshold => 1000
  • REMOTE SOURCES:

/home/nicole/.rvm/bin/bundle

nicole@nicole-VirtualBox ~/Sites/noodle $ rvm get head
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 184 100 184 0 0 927 0 --:--:-- --:--:-- --:--:-- 1437
100 13641 100 13641 0 0 26274 0 --:--:-- --:--:-- --:--:-- 26274
Downloading RVM from wayneeseguin branch master
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 124 100 124 0 0 247 0 --:--:-- --:--:-- --:--:-- 343
100 1060k 100 1060k 0 0 384k 0 0:00:02 0:00:02 --:--:-- 562k

Upgrading the RVM installation in /home/nicole/.rvm/
RVM PATH line found in /home/nicole/.bashrc /home/nicole/.zshrc.
RVM sourcing line found in /home/nicole/.bash_profile /home/nicole/.zprofile.

Upgrade Notes:

Upgrade of RVM in /home/nicole/.rvm/ is complete.

nelewis,
Thank you for using RVM!
I sincerely hope that RVM helps to make your life easier and
more enjoyable!!!
~Wayne

RVM reloaded!
nicole@nicole-VirtualBox ~/Sites/noodle $ rvm all-gemsets do rvm gemset pristine
Restoring gems to pristine condition...
actionmailer-3.2.13 actionmailer-3.2.11 actionpack-4.0.0.rc1 actionpack-3.2.13 actionpack-3.2.11 activemodel-3.2.13 activemodel-3.2.11 activerecord-3.2.13 activerecord-3.2.11 activeresource-3.2.13 activeresource-3.2.11 activesupport-4.0.0.rc1 activesupport-3.2.13 activesupport-3.2.11 arel-4.0.0 arel-3.0.2 atomic-1.1.9 bigdecimal-1.1.0 builder-3.2.0 builder-3.1.4 builder-3.0.4 bundler-1.3.5 coffee-rails-4.0.0 coffee-rails-3.2.2 coffee-script-2.2.0 coffee-script-source-1.6.2 commonjs-0.2.6 erubis-2.7.0 execjs-1.4.0 hike-1.2.2 i18n-0.6.4 i18n-0.6.1 io-console-0.4.2 io-console-0.3 journey-1.0.4 jquery-rails-2.2.1 json-1.7.7 json-1.5.5 less-2.3.2 less-rails-2.3.3 libv8-3.16.14.1 libv8-3.11.8.17 mail-2.5.3 mail-2.4.4 mime-types-1.23 minitest-4.7.4 minitest-2.5.1 multi_json-1.7.3 multi_json-1.7.2 polyglot-0.3.3 rack-1.5.2 rack-1.4.5 rack-cache-1.2 rack-ssl-1.3.3 rack-test-0.6.2 rails-3.2.13 rails-3.2.11 railties-4.0.0.rc1 railties-3.2.13 railties-3.2.11 rake-0.9.2.2 rdoc-4.0.1 rdoc-3.12.2 rdoc-3.9.5 ref-1.0.4 sass-3.2.8 sass-rails-3.2.6 sprockets-2.9.3 sprockets-2.2.2 sqlite3-1.3.7 therubyracer-0.11.4 thor-0.18.1 thread_safe-0.1.0 tilt-1.4.0 tilt-1.3.7 treetop-1.4.12 twitter-bootstrap-rails-2.2.6 tzinfo-0.3.37 uglifier-2.0.1
finished.
Restoring gems to pristine condition...
bundler-1.3.5 rake-10.0.4 rubygems-bundler-1.1.1 rvm-1.11.3.7
finished.
nicole@nicole-VirtualBox ~/Sites/noodle $ bundle install
ERROR: Gem bundler is not installed, run gem install bundler first.

Nope. Maddening. I will RTFM but ideas anyone? This is in Oracle's VirtualBox running Mint Linux 64.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.