我不知道终端发生了什么
I don't know what happened in terminal
我有一些问题,我完全不知道...这是我的 shell。
Last login: Tue Jun 6 20:20:15 on ttys000
-bash: home/username/programs/apache-maven-3.5.0/bin:/usr/local/bin:/usr/bin:/bi
n:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Ver
sions/Current/Commands: No such file or directory
-bash: uname: command not found
-bash: ps: command not found
-bash: touch: command not found
我已经用谷歌搜索了,但找不到答案...这是什么问题,我该如何解决?
看起来你的 PATH 环境变量设置了错误的值。
将home/username/programs/apache-maven-3.5.0/bin
更改为/home/username/programs/apache-maven-3.5.0/bin
或者只是删除它
我有一些问题,我完全不知道...这是我的 shell。
Last login: Tue Jun 6 20:20:15 on ttys000
-bash: home/username/programs/apache-maven-3.5.0/bin:/usr/local/bin:/usr/bin:/bi
n:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Ver
sions/Current/Commands: No such file or directory
-bash: uname: command not found
-bash: ps: command not found
-bash: touch: command not found
我已经用谷歌搜索了,但找不到答案...这是什么问题,我该如何解决?
看起来你的 PATH 环境变量设置了错误的值。
将home/username/programs/apache-maven-3.5.0/bin
更改为/home/username/programs/apache-maven-3.5.0/bin
或者只是删除它