megha g <[email protected]> writes:

> Thank you for the information.
>
> 1) And, i am using *Ubuntu *operating system.

Great!

> 2) Shell is *command prompt.*

OK, so your shell is probably bash, then.  (Run the command "echo $SHELL"
to be sure.)  That should be fine.

> 3) Path is /home/megha/ledger

Hmm.  I think you mean that's the path to your ledger executable.  How
did you install it?

If you're using Ubuntu, ledger is available through the package manager,
so you don't need to install it in a special location like your home
directory.  You can type:

sudo apt-get install ledger

in your shell (and then enter your password) to install ledger.  After
you do that, the program should be available.  To check, run the command:

which ledger

You should see something like "/usr/bin/ledger".  If you then run

ledger --help

you'll see the system help file (i.e., the "man page") for ledger.  Type
"q" to exit and get back to your command line.

If all that works as expect, congratulations!  You have a working ledger
installation.  The next step is to create a journal file, and use ledger
to run some reports.  You can read about how to do that in the manual,
starting in section 2.

-- 
Best,
Richard

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to