4

当我跑...

perlbrew switch perl-5.16.0

……我明白了……

A sub-shell is launched with perl-5.16.0 as the activated perl. Run 'exit' to finish it.

...然后出现一个 bash 提示。

这是预期的行为吗?如果没有,我该如何解决?

4

1 回答 1

8

当您安装了不正确的perlbrew. 作为安装的一部分,系统会指示您向 shell 启动脚本添加一个命令,但似乎缺少该命令。

将以下内容添加到您的 shell 启动脚本中:

source .../perlbrew/etc/bashrc

有一个类似的脚本csh

source .../perlbrew/etc/cshrc
于 2012-06-25T17:28:16.443 回答