问题标签 [plenv]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
perl - 为什么在我运行 `pleenv local system` 后 Perl 命令不起作用?
在 CentOS 6.5 机器上,我通过 pleenv 安装了两个版本的 perl。
当我运行 perl 5.8.8 时,我可以在 shell 中运行任何 perl 命令,例如
但是当我切换到别名“系统”时
该命令不执行并进入一个新行,就好像 perl 命令正在等待输入一样。Ctrl-D也不结束输入。
所以我的问题是,
- 这是旧的 perl 行为吗?
- 如何检查别名 perl 的版本?(键入
perl -v
不执行,如上所述)
更新: 评论中请求的命令的结果
perl - How to pass compile options to perl using plenv or perlbrew
I have one machine that runs Windows 10 with Bash on Ubuntu on Windows. It uses some kind of FUSE filesystem that has no proper hard link support.
Because of this, a typical perl compilation fails. If I want to compile, I need to do:
What I'd ideally want is to be able to use either perlbrew
or plenv
to manage my perls and pass the dont_use_nlink
parameter to any perl I build. Is there any way to do this?
perl - 为什么 pleenv install-cpanm 安装到错误的位置?
我的 pleenv 设置发生了一些古怪的事情,我还没有完全理解它。
我希望cpanm
安装在内部的某个地方~/.plenv
,但这并没有发生。我猜我的点文件/shell 设置/$ENV
中的某些东西搞砸了?
这就是我的$ENV
样子:
另外,我的开头PATH
是:
PATH=/Users/olaf/.plenv/shims:/Users/olaf/.plenv/bin