Created
May 16, 2011 20:00
-
-
Save bosko/975222 to your computer and use it in GitHub Desktop.
Tcl/Tk results
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d:\projects>set PATH=c:\Ruby\ruby193_tcltk\bin;%PATH% | |
d:\projects>ruby -v | |
ruby 1.9.3dev (2011-05-14 trunk 31568) [i386-mingw32] | |
d:\projects>ruby -rtk -e "puts Tk::TK_PATCHLEVEL" | |
8.5.9 | |
d:\projects>set PATH=c:\Ruby\ruby19_tcltk\bin;%PATH% | |
d:\projects>ruby -v | |
ruby 1.9.2p180 (2011-02-18 revision 30909) [i386-mingw32] | |
d:\projects>ruby -rtk -e "puts Tk::TK_PATCHLEVEL" | |
8.5.9 | |
d:\projects>set PATH=c:\Ruby\ruby18_tcltk\bin;%PATH% | |
d:\projects>ruby -v | |
ruby 1.8.7 (2011-02-18 patchlevel 334) [i386-mingw32] | |
d:\projects>ruby -rtk -e "puts Tk::TK_PATCHLEVEL" | |
8.5.9 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment