Skip to content

Instantly share code, notes, and snippets.

@frizop
Created January 29, 2020 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frizop/7f4359318baa8db0476a551407bad132 to your computer and use it in GitHub Desktop.
Save frizop/7f4359318baa8db0476a551407bad132 to your computer and use it in GitHub Desktop.
rake error import
[root@606bc713fbbb build]# ruby -c "require 'rake'"
ruby: No such file or directory -- require 'rake' (LoadError)
[root@606bc713fbbb build]# gem list rake
*** LOCAL GEMS ***
rake (0.8.7)
[root@606bc713fbbb build]# ruby -v
ruby 1.8.7 (2013-06-27 patchlevel 374) [x86_64-linux]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment