perlbrew command not found

不想你离开。 提交于 2019-12-13 14:41:14

问题


I installed perlbrew on Linux backtrack on my virtual machine. and I have perl 5.10.1 installed on my backtrack. but when I write perlbrew command in the terminal it shows the following message: perlbrew: command not found

What is wrong with my system?


回答1:


When you installed perlbrew, you were instructed to add something like

source ~/perl5/perlbrew/etc/bashrc

to your shell startup script (.bashrc). It appears that you did not do this, or that you did not restart your shell after doing this.



来源:https://stackoverflow.com/questions/14084323/perlbrew-command-not-found

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!