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.
我已经从github下载了shellpry替代方案的 windows zip 包。我已经解压了包裹。irb
pry
irb
我如何启动撬壳?
你不需要 zip 包,Pry 只是一个普通的 gem。在终端——或者现在 Windows 所称的任何终端中——执行以下操作(假设您不需要sudoWindows 上的 Ruby 之类的东西):
sudo
gem install pry pry-doc
完毕。现在从pry.