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.
我正在尝试安装 RVM,并按照 RVM 网页上的说明进行操作。它说在cmd中使用这个命令:
curl -L https://get.rvm.io | bash -s stable --ruby
但它说'curl'不是一个重新定义的命令:
'curl' is not recognized as an internal or external command, operable program or batch file.
对此有什么想法吗?
Windows 没有内置“curl”命令。你可以从这里下载。但这对你帮助不大,因为 RVM 不支持 Windows :)
您可以改用pik。