Re: EUPHORIA in FreeBSD
- Posted by acran at readout.fsnet.co.uk Jan 12, 2003
- 444 views
At 01:05 AM 1/12/03 -0600, 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...How do I find out? Type: ps This will show the names of the processes your current shell is running including the shell itself. If that doesn't help try: grep cklester /etc/passwd The last field of the output should indicate what shell you are using. Possibly /bin/csh or /bin/sh. Finally try: which exu This should identify where the exu executable is - probably: /home/cklester/apps/euphoria/bin/exu >I've got the special exu for FreeBSD installed. I figure i should be able to >run exu via command line and at least get "What program do you want to >execute?" but I don't get that. > >Help! > >-ck