On Tue, Apr 6, 2010 at 10:20 PM, rashlin .. <[email protected]> wrote: > Hi all... > I installed GIZA,SRILM and MOSES..When iam using export command after the > installation of Moses it s giving "command not found".. > I am copy pasting below.... > [r...@localhost moses]# export > SCRIPTS_ROOTDIR=/root/Desktop/tools/moses-scripts/scripts-20100406-1730 > export: Command not found. > > Can u help me to solve this problem........ > > Thanking you > rashli....... >
export is a shell built-in. Check if you are running the bash shell: [usern...@localhost ~]$ ps | grep `echo $$` 9926 pts/2 00:00:00 bash Also, try to create a user account for yourself so that you can avoid running moses as root. Liu Chang _______________________________________________ Moses-support mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/moses-support
