How to set PVM's environment?

389 views Asked by At

i'm using Ubuntu v11.04. How to set PVM's environment variable ?

in the handbook, it writes, "the easiest method is to set these variables in your .cshrc file", but i can't find any .cshrc file. i find cshrc.stub.

if anyone has ever used PVM?

1

There are 1 answers

0
Nick Atoms On

I've not used PVM, but the file that you're looking for depends on which shell you use. If you use csh, then .cshrc can be found in your home directory. Note that it's a hidden file so you'll need to do ls -a to list it. If you use bash shell, then you should find .bashrc in your home directory.

To set an environment variable in csh, you'll use the setenvcommand. For bash, it'll be export.