Re: euc problems in linux?
- Posted by mattlewis (admin) Nov 04, 2010
- 1060 views
Anthill said...
root@anthill:/usr/share/euphoria/tutorial# ls -all myproj -rwxr-xr-x 1 root root 179010 2010-11-04 02:33 myproj root@anthill:/usr/share/euphoria/tutorial# myproj myproj: command not found
On Linux, the current directory is not usually in your path, as it is on Windows. So you need to do:
$ ./myproj
Matt