Issue Description
cd "c:\Users\37618\Desktop\CSystem" && python src/test_xxx.py
输出
标记“&&”不是此版本中的有效语句分隔符。
- CategoryInfo : ParserError: (
, ParentContainsErrorRecordException - FullyQualifiedErrorId : InvalidEndOfLine
cd "c:\Users\37618\Desktop\CSystem" && python src/test_xxx.py
输出
标记“&&”不是此版本中的有效语句分隔符。
修改下终端模式再试下,改成git bash
打开 Qoder;
按下 Cmd + Shift + P(Mac)或 Ctrl + Shift + P(Windows/Linux);
输入 Terminal: Select Default Profile,然后选择git bash;
完全退出 Qoder,然后重新打开 Qoder