Quote:
Originally Posted by cfajohnson
Aliases are shell constructs; they have to be expanded by the shell. Other languages have no knowledge of them (or have their own aliases).
|
They are shell constructs, but os.system() invokes the the shell. It is no different than the system() call in Unix. In fact, it probably calls system. That's why I see "
sh: x: not found"