@John2025 在 佬们,powershell7下用cc,老是各种命令找不到错误,大家都怎么用的呢? 中发帖
● Bash(cd/c/Users/jim/Documents/writer && python3 split.py)
⎿ Error: Exit code 127
/usr/bin/bash: line 1: cd/c/Users/jim/Documents/writer: No such file or directory
● Bash(rm split.py)
⎿ Done
● Bash(python3split.py)
⎿ Error: Exit code 127
/usr/bin/bash: line 1: python3split.py: command not found
Read 1 file (ctrl+o to expand)
● Update(split.py)
⎿ File not found
● Bash(python3 split....