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.
走ると…
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 プロンプトが表示されます。
これは予想される動作ですか?そうでない場合、どうすれば修正できますか?
これは、不適切にインストールされている場合に発生しますperlbrew。インストールの一部として、シェル起動スクリプトにコマンドを追加するように指示されますが、それが欠落しているようです。
perlbrew
シェル起動スクリプトに次を追加します。
source .../perlbrew/etc/bashrc
にも同様のスクリプトがありcshます。
csh
source .../perlbrew/etc/cshrc