Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图使用this为终端设置 Sublime text 2 。它不起作用,现在终端无法访问任何目录或使用 ls 或 cd 等简单命令。
例子
$ ls -bash: ls: No such file or directory $ python -bash: python: No such file or directory
我认为我的 PATH 搞砸了,但我不知道如何修复它。提前致谢
另外,如果我回显 $PATH,它是空白的。
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
这是一个合理的默认值。在您的终端上运行它以修复该 shell 的路径。请注意,它不会影响其他(未来的)shell。
您可以通过键入命令的完整路径来运行命令,例如/bin/ls. 以这种方式使用编辑器来修复您搞砸的任何启动文件。
/bin/ls