POV-Ray : Newsgroups : povray.unix : Runing POV-Ray : Re: Runing POV-Ray Server Time
28 Jul 2024 14:32:52 EDT (-0400)
  Re: Runing POV-Ray  
From: Steve
Date: 17 Nov 2000 15:44:23
Message: <slrn91b5t5.itu.steve@zero-pps.localdomain>
On Fri, 17 Nov 2000 10:26:01 -0800, David wrote:
>OK, well, hmm...I think perhaps there's something in all that that I can
>understand. I'll try doing some of that stuff with the $PATH, but what even
>does it do? Remember, I've been using Linux for three days.

Running "echo $PATH" tells you what the search path is for executables.

this can be changed in ~/.bash_profile where the path is redifined for 
your own needs: 

PATH=$PATH:$HOME/bin

This adds ~/bin to the original path.  To get changes to take effect after
editing the .bash_profile file do:

$ source .bash_profile

It'd be a good idea to get a Linux book, "Running Linux" by O'Reilly, has a 
lot in it, covers the basics, and will allow you to grow at your own pace,
I've been on Linux for almost 12 months now and use the book regularly. 

A good URL to look at for basic stuff is:

http://www.crosswinds.net/~beginnerslinux/

-- 
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

  8:20pm  up 37 days, 22:43,  2 users,  load average: 1.38, 1.28, 1.13


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.