1. Linux Mint 14
- Posted by buzzo Jan 10, 2013
- 1174 views
The tutorial files do not "work" unless a shbang is added..#!/usr/bin/env eui
will not run directly from a terminal
need a file list, highlight, press enter and select run in terminal..
if trace is on it sort of works ok.. do not use F1 or F2.. must use 1 or 2..
What am I doing wrong..
Z
2. Re: Linux Mint 14
- Posted by ryanj Jan 11, 2013
- 1095 views
I have Xubuntu, and I added this to /.bashrc
PATH="$HOME/euphoria-4.1a/bin:$PATH" EUINC="$HOME/euphoria-4.1a/include:$HOME/euphoria-4.1a/include/std:$HOME/euphoria-4.1a/include/euphoria"If i need to update euphoria, i can just replace that folder easily.