I followed the install steps but there is a problem with the PATH. In a
first time, I used this command:
export NEKOPATH=/usr/lib/neko
Does not work.
In a second time, I tried:
export NEKOPATH=/usr/lib/neko
which is written as an example in the Neko Tutorial.
It works, but when I exit from the superuser mod, I can't do the test or
use the first file.
Going into the superuser mod, it does not work.
I install Neko to use Haxe. So I go on Haxe website and found the commands:
grep "/usr/lib" /etc/ld.so.conf || echo "/usr/lib" >> /etc/ld.so.conf
grep "NEKOPATH" /etc/environment || echo "export NEKOPATH=/usr/lib/neko" >>
/etc/environment
It works one time but not shutting down the shell and trying again,
It is the first time that I install Neko and Haxe on Linux. I use Fedora.
PS: The error returned is :
grep "NEKOPATH" /etc/environment || echo "export NEKOPATH=/usr/local/neko" >>
/etc/environment
--
Neko : One VM to run them all
(http://nekovm.org)