mirror of
https://github.com/sibprogrammer/owp.git
synced 2026-04-25 07:25:53 +03:00
[GH-ISSUE #38] RubyGems is not installed. Please install it first. #17
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/owp#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @LeoJavaAI on GitHub (Dec 19, 2013).
Original GitHub issue: https://github.com/sibprogrammer/owp/issues/38
RubyGems 1.3.5 installed
ERROR: While executing gem ... (JSON::GeneratorError)
source sequence is illegal/malformed utf-8
true
true
Checking presence of the command: ruby
Ruby version: 1.8.7
Checking presence of the command: gem
Fatal error: RubyGems is not installed. Please install it first.
But gem is installed on my centos 6
[root@ip- cache]# which gem
/usr/local/rvm/rubies/ruby-1.8.7-p374/bin/gem
how do I fix?
@LeoJavaAI commented on GitHub (Dec 20, 2013):
solved it by adding the below symlink
ln -s /usr/local/rvm/rubies/ruby-1.8.7-p374/bin/gem /usr/local/gem
@cybernet commented on GitHub (Dec 20, 2013):
thanks for the "patch"