1

I have been trying to get tk to work on my machine for sometime now and for some strange it does not seem to work very well.

Any help would be appreciated. I saw this instructions but still had no luck

enter image description here

Please right click on the image and view it in a new tab (I think it is much legible that way)

Solved

If anybody is having problems, you can try this!

gem install tk_as_gem -- --without-X11 --with-X11-include=/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers --with-tcltk-version=8.5
Community
  • 1
  • 1
tawheed
  • 5,565
  • 9
  • 36
  • 63

1 Answers1

0

Try this.

  1. Install ActiveTcl
  2. Run rvm install 2.0.0 --with-tcl-dir=/path/to/ActiveTcl --enable-pthread
user2422869
  • 750
  • 7
  • 17