1. bindu & shroud can't open bind.ex

My first day with Euphoria, on Ubuntu 10.04 ... when I enter bindu or shroud (with or without a filename), I get "Can't open ~/euphoria/source/bind.ex".

PATH includes both ~/euphoria/bin and ~/euphoria, and EUDIR is set to ~/euphoria.

I tried making ~/euphoria/source/bind.ex executable, but it didn't make any difference.

(The dash in front of all the above paths is supposed to be a tilde, i.e. home directory)

Please could someone set me on the right track ?

new topic     » topic index » view message » categorize

2. Re: bindu & shroud can't open bind.ex

Maybe my ".bash_profile" can help you

# .bash_profile 
 
# Get the aliases and functions 
if [ -f ~/.bashrc ]; then 
	. ~/.bashrc 
fi 
 
# User specific environment and startup programs 
EUDIR=/home/sergio/euphoria 
EUINC=/home/sergio/euphoria/wxEuphoria/include 
#EUINC=/home/sergio/euphoria/win32Lib/include 
PATH=$PATH:$HOME/bin 
PATH=/home/sergio/euphoria/bin:$PATH 
 
export PATH EUDIR EUINC 
unset USERNAME 
 
new topic     » goto parent     » topic index » view message » categorize

3. Re: bindu & shroud can't open bind.ex

Thank you so much - it worked a treat.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu