相关疑难解决方法(0)

忽略GEM,因为它的扩展未构建

在我的工作和家用计算机上,我最近使用了将Ruby升级到2.3.1 ruby-install.我chruby用作我的Ruby切换器.

我开始在终端看到这个警告:

Ignoring bcrypt-3.1.11 because its extensions are not built.  Try: gem pristine bcrypt --version 3.1.11
Ignoring bcrypt-3.1.10 because its extensions are not built.  Try: gem pristine bcrypt --version 3.1.10
Ignoring binding_of_caller-0.7.2 because its extensions are not built.  Try: gem pristine binding_of_caller --version 0.7.2
Ignoring byebug-9.0.5 because its extensions are not built.  Try: gem pristine byebug --version 9.0.5
Ignoring byebug-5.0.0 because its extensions are not built.  Try: gem pristine byebug --version 5.0.0
Ignoring concurrent-ruby-ext-1.0.2 because its …
Run Code Online (Sandbox Code Playgroud)

ruby rubygems chruby

109
推荐指数
7
解决办法
4万
查看次数

我应该将什么用于Perl脚本的shebang线?

使用哪个更好或更快作为Perl脚本的shebang行?

#! perl

#! perl.exe

#! fullpath/perl(/perl.exe)

#! partialpath/perl(/perl.exe)
Run Code Online (Sandbox Code Playgroud)

并且,在使用时#!perl,当它在特定系统上运行时,如何在脚本中找到我正在使用的perl解释器,以便将其放入shebang行?


并且,如果使用/path/path/perl,是*...允许用于文件夹?

perl shebang

46
推荐指数
5
解决办法
5万
查看次数

标签 统计

chruby ×1

perl ×1

ruby ×1

rubygems ×1

shebang ×1