在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
Ruby 1.9.3-p0 makes psych—the replacement for 1.8.7’s YAML library, Syck—the default YAML parser. Psych is a wrapper around libyaml, so you’re going to need it installed and configured before installing Ruby. If you install 1.9.3-p0 without libyaml, you’ll see warnings like this: It seems your ruby installation is missing psych (for YAML output). To eliminate this warning, please install libyaml and reinstall your ruby. Installing libyaml$ wget http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz Quick review of what’s going on: download and untar the source code, change to the directory and install the package. You may need to sudo the Installing Ruby 1.9.3-p0$ wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.tar.gz After installing, you can verify that Ruby was installed with I tried installing |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论