3

I have installed taskjuggler (gem install taskjuggler), but now I have no idea how to start it...

$ taskjuggler
taskjuggler: command not found

$ gem taskjuggler
ERROR:  While executing gem ... (RuntimeError)
    Unknown command taskjuggler

this one was on the taskjuggler page, with no explanation:

$ gem "taskjuggler", "~> 3.2.0"
ERROR:  While executing gem ... (RuntimeError)
Unknown command taskjuggler,

Also, the installation page tells nothing about how to run it.

How do I run this program?

--update:

$PATH 
bash: /usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games: No such file or directory
Student
  • 12,236

1 Answers1

3

It might sound rude but try reading the manual for that gem first. The usage for the gem is

tj3 --version
nikhil
  • 1,472