草庐IT

ruby - 使用 RVM Mac OS X 安装 Ruby 1.9.2 时遇到问题

我为我的无知道歉-我对此很陌生-但我已经尝试了所有方法并且无法使用RVM安装1.9.2。我相信我已经正确安装了RVM,当我去安装1.9.2时,当ruby​​尝试编译时,我的make日志中出现以下错误:ld:in/usr/local/lib/libz.1.dylib,filewasbuiltforunsupportedfileformatwhichisnotthearchitecturebeinglinked(x86_64)forarchitecturex86_64collect2:ldreturned1exitstatusmake[1]:***[../../../.ext/x86_64

ruby - 使用 RVM 在 Ubuntu 10.10 上安装 Ruby,gem 有问题

我决定从ubuntu10.10开始。我从安装git开始,然后从gitrepo安装rvm。一切正常很好,我编译并安装了ruby​​1.8.7和ruby​​1.9.2gem也已安装,我运行gem-v但是当运行gemlist或geminstallrake我得到以下错误ERROR:Loadingcommand:list(LoadError)nosuchfiletoload--zlibERROR:Whileexecutinggem...(NameError)uninitializedconstantGem::Commands::ListCommand知道如何解决这个问题吗?我也试过sudoapt

ruby - Heroku gem 不适用于 RVM

我正在学习http://railstutorial.org/chapters/beginning#sec:1.4.1上的RubyonRails教程,在我尝试让我的应用程序在Heroku上运行之前,一切都很顺利。我安装了heroku,运行良好,但现在当我运行herokukeys:add或任何其他heroku命令时,出现以下错误:/home/sirswap/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/gems/rest-client-1.4.2/lib/restclient.rb:9:in`rescuein':nosuchfiletoload--net/h

ruby-on-rails - 运行 autoconf 时 rvm install 1.9.2 失败?

当我运行时rvminstall1.9.2我在尝试运行autoconf时遇到错误。这是堆栈跟踪:kenmare:ruby-1.9.2-p0lee$rvminstall1.9.2-p0/Users/lee/.rvm/rubies/ruby-1.9.2-p0,thismaytakeawhiledependingonyourcpu(s)...ruby-1.9.2-p0-#fetchingruby-1.9.2-p0-#extractedto/Users/lee/.rvm/src/ruby-1.9.2-p0(alreadyextracted)RunningautoconfErrorrunning'

ruby-on-rails - 如何卸载 Ruby on Rails 并进行全新安装?

我正在学习Rails教程。我遇到RVM的版本问题,并且收到很多错误。我想从Ruby、Rails、Gemfiles等的干净版本开始。谁能给我一些关于如何卸载我的Ruby-on-Rails环境的简要说明? 最佳答案 试试这个:rvmgetheadrvmresetrvmremove...#taketheoutputofrvmlistanddorvmremoveforeachiteminthelistrvmcleanuprvmrepairrvmnotes#makesurethatyou'vegotallthedependenciesment

ruby-on-rails - 旧 Rails 应用程序出现奇怪的 Rails 错误 "permission denied: bin/rails"

每当我运行rails(或任何rails命令)时,我都会收到此错误_rails_command:2:权限被拒绝:bin/rails仅当我在一些旧的rails应用程序目录中时。在这些目录中,bundleexecrailsc命令有效,但rails甚至rails-v无效。背景:我将我的编码工作区保存在保管箱文件夹中。现在我最近安装了Manjaro,因此我从以前的操作系统下载的所有Rails应用程序我称之为旧Rails应用程序。简而言之:除了旧的Rails应用程序外,Rails在任何地方都可以正常工作。bundleexecrailsc工作正常。我试过的Ruby版本:2.0.0(rvm),2.1.

ruby-on-rails - 程序 'rails' 可以在以下包中找到 - 某些应用程序和 RVM 有问题吗?

我刚刚从github下载了一个应用程序代码,当我尝试运行命令railss时,出现了这个错误-Theprogram'rails'canbefoundinthefollowingpackages:*rails*ruby-railties-3.2此问题仅适用于此应用,有人可以告诉我如何解决此问题吗?我正在使用RVM 最佳答案 以防其他人遇到此问题,但上述方法不起作用。尝试运行:/bin/bash--login然后运行rvmuse2.0.0#orwhateveryourversionnumberis...

ruby-on-rails - bundle 安装 : ERROR: Failed to build gem native extension. nio4r gem

我目前正在使用以下项目进行项目:rvm1.26.11ruby2.2.1p85我尝试运行bundleinstall但不断收到以下错误:Gem::Ext::BuildError:ERROR:Failedtobuildgemnativeextension.并且,以下:Anerroroccurredwhileinstallingnio4r(1.0.0),andBundlercannotcontinue.Makesurethat`geminstallnio4r-v'1.0.0'`succeedsbeforebundling.当我尝试运行geminstallnio4r-v'1.0.0'时:Buil

ruby-on-rails - bash :/home/XXX/. rvm/scripts/rvm: 没有那个文件或目录

我只是演练了如何使用RVM在Ubuntu上安装RubyonRails。首先,我以root用户身份登录。然后我开始执行以下命令。\curl-sSLhttps://get.rvm.io|bash-sstable--rails已安装,没有任何错误。source~/.rvm/scripts/rvm当我运行这个命令时。它显示错误为bash:/home/XXX/.rvm/scripts/rvm:Nosuchfileordirectory我添加了[[-s"$HOME/.rvm/scripts/rvm"]]&&。我的.bashr文件中的“$HOME/.rvm/scripts/rvm”命令。

ruby - 我在 Mac OS X 上收到 "RVM is not a function"错误,并且没有发布的解决方案有效

我在MacOSx10.8.2(“MountainLion”)上,我成功安装了RVM1.17.8及其依赖项。我可以使用它来使用rvminstall1.9.2安装Ruby版本,但我无法执行rvmuse没有收到此错误:RVMisnotafunction,selectingrubieswith'rvmuse...'willnotwork.Youneedtochangeyourterminalemulatorpreferencestoallowloginshell.Sometimesitisrequiredtouse`/bin/bash--login`asthecommand.Pleasevis