Re: Using wxEuphoria on Linux
- Posted by ghaberek (admin) Sep 23, 2009
- 1218 views
If you're using 3.1 and you have a euphoria directory in your home folder, then add something like this to the end of your /home/username/.bashrc file...
export EUDIR=/home/username/euphoria export PATH=$EUDIR/bin:$PATH
-Greg