作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在学习关于 Laravel 的教程。我以前从未使用过它。教程说我应该使用 vim database/database.sql
创建一个文件但是当我这样做时,我收到错误:
vim : The term 'vim' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ vim
+ ~~~
+ CategoryInfo : ObjectNotFound: (vim:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
我尝试从 vim.org 安装 vim,但不知道这是否正确。
最佳答案
除了从 vim.org 安装 Vim 之外,您还需要确保将它添加到 $PATH 以便从命令行使用它而不使用完整路径。
在 Windows 上,您可以使用
控制面板->系统->编辑系统环境变量->点击环境变量->找到PATH
变量 -> 点击“编辑” -> 检查 Vim 是否在这里,否则点击“新建” -> 点击“浏览” -> 导航到你安装的 Vim 可执行文件
vim 添加到 PATH
之后,您应该可以从命令行使用它。
您需要关闭并重新打开 Cmd/PowerShell。
关于laravel - vim : The term 'vim' is not recognized as the name of a cmdlet?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61711262/
我是一名优秀的程序员,十分优秀!