gpt4 book ai didi

bash - 如何在 shell 脚本中使用 rvm

转载 作者:行者123 更新时间:2023-11-29 08:49:09 25 4
gpt4 key购买 nike

是否可以在 shell 脚本中加载 rvm。谁能举个例子。当我尝试 shell 脚本时。我用的是ubuntu系统

#!/bin/bash
rvm use 1.9.3

它给我错误

RVM is not a function, selecting rubies with 'rvm use ...' will not work.

You need to change your terminal emulator preferences to allow login shell.
Sometimes it is required to use `/bin/bash --login` as the command.
Please visit https://rvm.io/integration/gnome-terminal/ for a example.

最佳答案

您可以通过以下方式在脚本中包含 rvm:

source ~/.rvm/scripts/rvm

然后 rvm 应该可用于您的脚本,

关于bash - 如何在 shell 脚本中使用 rvm,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19954043/

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