From x.f.zhang at live.com Mon Feb 8 12:45:41 2010 From: x.f.zhang at live.com (xianfei zhang) Date: Tue, 9 Feb 2010 01:45:41 +0800 Subject: [Tioga-users] (no subject) Message-ID: Hi, I have installed the Tioga on my Mac, and saw the information:.......................................................................compressed from 0 to 8compressed from 13 to 21compressed from 70 to 69compressed from 3631 to 1642. >>> NOTE: please look at tests/Icon_Test.pdf and compare it to samples/Icon.pdf............Finished in 0.738595 seconds. 84 tests, 752 assertions, 0 failures, 0 errorsDon't forget to set the RUBYLIB=$HOME/lib/ruby ! But, when I try to run tioga, there were something wrong: tioga: Command not found. I don't know why? I need you help. Thank you!xianfei _________________________________________________________________ Hotmail: Powerful Free email with security by Microsoft. https://signup.live.com/signup.aspx?id=60969 -------------- next part -------------- An HTML attachment was scrubbed... URL: From x.f.zhang at live.com Mon Feb 8 12:47:42 2010 From: x.f.zhang at live.com (xianfei zhang) Date: Tue, 9 Feb 2010 01:47:42 +0800 Subject: [Tioga-users] I need your help for Tioga Message-ID: Hi, I have installed the Tioga on my Mac, and saw the information:.......................................................................compressed from 0 to 8compressed from 13 to 21compressed from 70 to 69compressed from 3631 to 1642. >>> NOTE: please look at tests/Icon_Test.pdf and compare it to samples/Icon.pdf............Finished in 0.738595 seconds. 84 tests, 752 assertions, 0 failures, 0 errorsDon't forget to set the RUBYLIB=$HOME/lib/ruby ! But, when I try to run tioga, there were something wrong: tioga: Command not found. I don't know why? I need your help. Thank you!xianfei _________________________________________________________________ Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. https://signup.live.com/signup.aspx?id=60969 -------------- next part -------------- An HTML attachment was scrubbed... URL: From paxton at kitp.ucsb.edu Mon Feb 8 12:59:24 2010 From: paxton at kitp.ucsb.edu (Bill Paxton) Date: Mon, 8 Feb 2010 09:59:24 -0800 Subject: [Tioga-users] I need your help for Tioga In-Reply-To: References: Message-ID: <59037734-0FDD-4CF9-8E32-A9106E1696D4@kitp.ucsb.edu> Hi, When I type 'which tioga' to my shell, I get /Users/bpaxton/Library/bin/tioga That file is just a little script: more /Users/bpaxton/Library/bin/tioga #!/bin/bash ruby -e "require 'Tioga/tioga_ui.rb'" -- $* So if your install somehow failed to put that script in a place on your path, you might just try adding it. The next potential problem will be with multiple ruby installations. You need to make sure that the ruby you get from the shell is the one where tioga was installed. Good luck! -Bill On Feb 8, 2010, at 9:47 AM, xianfei zhang wrote: > Hi, > > I have installed the Tioga on my Mac, and saw the information: > ....................................................................... > compressed from 0 to 8 > compressed from 13 to 21 > compressed from 70 to 69 > compressed from 3631 to 1642 > . > > > >>> NOTE: please look at tests/Icon_Test.pdf and compare it to > samples/Icon.pdf > ............ > Finished in 0.738595 seconds. > > 84 tests, 752 assertions, 0 failures, 0 errors > Don't forget to set the RUBYLIB=$HOME/lib/ruby ! > > But, when I try to run tioga, there were something wrong: > > tioga: Command not found. > > I don't know why? I need your help. > > Thank you! > xianfei > > Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign > up now. -------------- next part -------------- An HTML attachment was scrubbed... URL: From fourmond at gmail.com Mon Feb 8 13:00:09 2010 From: fourmond at gmail.com (Vincent Fourmond) Date: Mon, 08 Feb 2010 19:00:09 +0100 Subject: [Tioga-users] (no subject) In-Reply-To: References: Message-ID: <4B705129.10801@gmail.com> Hello, xianfei zhang wrote: >>>> NOTE: please look at tests/Icon_Test.pdf and compare it to > samples/Icon.pdf > ............ > Finished in 0.738595 seconds. > > 84 tests, 752 assertions, 0 failures, 0 errors > Don't forget to set the RUBYLIB=$HOME/lib/ruby ! > > But, when I try to run tioga, there were something wrong: > > tioga: Command not found. You need to make sure $HOME/bin is in your path. In short, if you're using bash as shell (it's most probably the case if you don't know what I'm talking about), add the following lines to the file ~/.bashrc : PATH=$PATH:$HOME/bin export RUBYLIB=$HOME/lib/ruby:$RUBYLIB That should get you going, *from a fresh terminal*. Cheers, Vincent -- Give a man a fish and you feed him for a day. Give him a poisoned fish and you feed him for the rest of his life ! -- Slightly twisted chinese proverb Vincent, listening to He Likes The Sun (Tanita Tikaram)