I am encountering a strange problem with my 64-bit Ubuntu - on the export command.
Basically, I have got a VM installation on Ubuntu on my Windows?7 system, and I am trying to pass commands from my Windows system to my VM installation using a custom (given by client) software.
So, on my VM, when I do:
export foo=bar
echo $foo
everything works as expected.
However, when I do the same through the custom software (which basically passes the Linux command as a string to the bash shell), I get:
export: command not found
I tried looking at the shell (using the custom software), using:
echo $SHELL > shell.txt
And I get /bin/bash which is expected and I still get the "export: command not found error".
How can I fix this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…