If you want to access a true shell variable, an extra $ is necessary to prevent its expansion by IPython: In [6]: alias show echo In [7]: PATH='A Python string' ...
確定! 回上一頁