我安装了Atom和脚本包,写了一个Ruby测试程序,保存为hello.rb,按 ctrl + shift + b 执行,并得到错误消息AuthenticationContext ac = new AuthenticationContext(authority);
AuthenticationResult ar = ac.AcquireToken(resourceID, clientID, redirectURI);
string accessToken = ar.AccessToken;
我认为脚本包包含Ruby和多个其他语法。在我运行程序之前还需要做些什么吗?
答案 0 :(得分:5)
我没有从Atom运行我的代码,但我认为问题的一个可能原因是没有在您的计算机上安装Ruby本身。 Mac已经从工厂安装了Ruby,但Windows机器通常不会。
结帐http://rubyinstaller.org/。它是在Windows环境中安装Ruby的简单工具。