Uninstall Ruby on Rails, Ruby and RVM -


i want remove existing rubies , gems clean install. have removed rails, ruby , rvm, running

ruby -v  

still shows:

ruby 2.0.0p353 (2013-11-22 revision 43784) [x86_64-linux] 

which ruby shows /usr/local/bin/ruby, , gem env shows

rubygems environment:    - rubygems version: 2.0.14   - ruby version: 2.0.0 (2013-11-22 patchlevel 353) [x86_64-linux]   - installation directory: /usr/local/lib/ruby/gems/2.0.0   - ruby executable: /usr/local/bin/ruby   - executable directory: /usr/local/bin   - rubygems platforms:     - ruby     - x86_64-linux   - gem paths:      - /usr/local/lib/ruby/gems/2.0.0      - /home/akhil/.gem/ruby/2.0.0   - gem configuration:      - :update_sources => true      - :verbose => true      - :backtrace => false      - :bulk_threshold => 1000   - remote sources:      - https://rubygems.org/ 

you still have system installed ruby. try remove package manager.

try path of ruby with:

which ruby 

and if use rpm distribution can see package issuing:

rpm -qf /path/to/ruby 

or

dpkg-query -s /path/to/ruby 

in case of deb packages.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -