gpt4 book ai didi

linux - 在终端中运行 "source ~/.profile"之前,RVM 无法识别

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:18:44 24 4
gpt4 key购买 nike

sergio@sergio-VirtualBox:~/code$ rails -v
The program 'rails' is currently not installed. You can install it by typing:
sudo apt-get install rails

sergio@sergio-VirtualBox:~/code$ source ~/.profile

sergio@sergio-VirtualBox:~/code$ rails -v
Rails 3.2.1

知道为什么在我运行“source ~/.profile”之前命令不起作用吗?我不想每次运行我的机器或打开一个新的终端窗口时都这样做。

最佳答案

RVM 提供了很好的描述 https://rvm.io/support/faq/#shell_login

你应该使用 .bash_profile - 除非你有充分的理由反对它 - 但我不知道有多少。

Rvm 在您的一个 RC 文件中放置了一条 sourcing 行,在您的情况下是 .profile,您应该删除该行,创建 .bash_profile,然后更新 rvm:

sed -i '/source.*rvm/ d' ~/.profile
touch ~/.bash_profile
rvm get head --auto-dotfiles

关于linux - 在终端中运行 "source ~/.profile"之前,RVM 无法识别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9106635/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com