1. bindu & shroud can't open bind.ex
- Posted by pete_wh Jul 21, 2012
- 1673 views
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 ?
2. Re: bindu & shroud can't open bind.ex
- Posted by sergelli Jul 23, 2012
- 1405 views
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
3. Re: bindu & shroud can't open bind.ex
- Posted by pete_wh Jul 25, 2012
- 1354 views
Thank you so much - it worked a treat.