为什么rvm不向我展示像virtualenv这样的特殊承诺

时间:2012-05-23 09:35:06

标签: rvm

我刚刚在Ubuntu 11.04上安装了RVM,我将它与Python的virtualenv进行比较。

当我激活virtualenv时,它会更改提示符(在我的Ubuntu系统上),因此我确切知道该终端中哪个环境处于活动状态。另一方面,RVM似乎没有这样做。 RVM似乎也不需要任何激活。

我在这里遗漏了什么,或者这是rvm默认工作的方式?

1 个答案:

答案 0 :(得分:2)

你需要自己做:

PS1="\$(~/.rvm/bin/rvm-prompt) $PS1"

更多详细信息:https://rvm.io/workflow/prompt/

或者您可以像我一样建立自己的提示: https://github.com/mpapis/home_dotfiles/blob/master/.bashrc#L17 + https://github.com/mpapis/home_dotfiles/blob/master/.functions#L156-L160