-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run on Ubuntu 12.10 #45
Comments
Hi James,
Bye |
Hello! All of those are already installed. Do I need to compile ruby with some special options? James Gifford On Jan 4, 2013, at 16:47, Antonio notifications@github.com wrote:
|
mmmh |
Nope. Got those installed. Do I need to recompile my ruby or something? I'm On Friday, January 4, 2013, Antonio wrote:
James Gifford |
Possibly recompile ruby. On Mon, Jan 7, 2013 at 9:36 PM, James Gifford notifications@github.comwrote:
|
Hi, I'm facing the same issue on the same OS. Did you get this working? |
did you install those packages and reinstall ruby? On Thu, Mar 28, 2013 at 6:56 PM, sudarshanshubakar <notifications@github.com
|
yes. I am running Ruby 2.0.0 and reinstalled it by running "rvm reinstall 2.0.0". Is that enough? I did get an error as below. Not sure what to make of it though. The install itself seems to have completed successfully. Error running 'env GEM_PATH=/home/sudarshan/.rvm/gems/ruby-2.0.0-p0:/home/sudarshan/.rvm/gems/ruby-2.0.0-p0@global:/home/sudarshan/.rvm/gems/ruby-2.0.0-p0:/home/sudarshan/.rvm/gems/ruby-2.0.0-p0@global GEM_HOME=/home/sudarshan/.rvm/gems/ruby-2.0.0-p0 /home/sudarshan/.rvm/rubies/ruby-2.0.0-p0/bin/ruby -d /home/sudarshan/.rvm/src/rubygems-2.0.3/setup.rb --verbose', |
What does irb On Thu, Mar 28, 2013 at 10:22 PM, sudarshanshubakar <
|
Troubleshooting
Solution:Linux(this helped me) I not sure on other OS, but you need "activetcl" (activestate.com) OS XRVM disables tk/tcl by default, you need to tell ruby (via rvm) you want tk/tcl: Windows install
Notesruby with |
I was stuck on linux mint/ ubuntu =( It appears that if you want to work with the tk tlc code base on those platforms, you must not use rvm and use the package maintainers 'full' version. This is disappointing but the below commands work...
Hope this helps someone, though I can't get a render window to show up and am moving on to 'blind development' on an unrelated project, so perhaps this isn't the silver bullet after all. |
Is it possible to get at the This seems to be the only free Ruby IDE that's still in active development, so I'd like to get at its dependencies in a free manner too. |
Using rbenv and ruby 1.9.3p362, I can't run it. I get this error:
what am I doing wrong?
The text was updated successfully, but these errors were encountered: