Re: EUPHORIA in FreeBSD

new topic     » goto parent     » topic index » view thread      » older message » newer message

Ok it sounds like you are running a Bourne shell (or a derivative of it
like bash).  Modifying .cshrc isn't going to help as .cshrc is for the C
shell.

In your home directory type:

  ls -a

This will list all files and include those files which begin with a "."
(period) character - often called hidden files.  Is there one called:

  .profile

?

If not then create an empty .profile file.

Now add the following lines to the .profile file:

EUDIR=$HOME/apps/euphoria
export EUDIR

PATH=$EUDIR/bin:$PATH
export PATH

Logout completely and then log back in again.  Try running exu again by
just typing:

  exu

Any luck?

Regards,

Andy Cranston.

At 10:03 AM 1/12/03 -0600, you wrote:
>
>On Sunday 12 January 2003 08:14 am, you wrote:
>
>> >Can somebody tell me what to do after installing EUPHORIA in FreeBSD? I've
>> >added the /home/cklester/apps/euphoria/bin dir to my path in .cshrc. i've
>> >created the EUDIR env var in .cshrc. I don't know if csh is what i'm using
>> >as my shell, though... getlost How do I find out?
>>
>> Type:
>>
>>   ps
>
>Showed /bin/sh...
>
>> Finally try:
>>
>>   which exu
>>
>> This should identify where the exu executable is - probably:
>>
>>   /home/cklester/apps/euphoria/bin/exu
>
>That didn't show anything.
>
>==^^===============================================================
>This email was sent to: acran at readout.fsnet.co.uk
>
>
>TOPICA - Start your own email discussion group. FREE!
>
>

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu