ruby-on-rails - ZSH:找不到命令:rails

标签 ruby-on-rails bash zsh

rails 已安装...运行 gem list rails 返回 rails (3.2.1).. 然而,当我运行一个 rails 命令时,例如 rails new testapp -T 我得到 Command Not Found: rails

我正在使用安装到 `~/.rvm/的 RVM。

在/bin/bash shell 中,该命令工作正常,但在/bin/zsh 中则不然。

我的 .zshrc 文件是:

# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh

# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="doubleend"

# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"

# Set to this to use case-sensitive completion
# CASE_SENSITIVE="true"

# Comment this out to disable weekly auto-update checks
# DISABLE_AUTO_UPDATE="true"

# Uncomment following line if you want to disable colors in ls
# DISABLE_LS_COLORS="true"

# Uncomment following line if you want to disable autosetting terminal title.
# DISABLE_AUTO_TITLE="true"

# Uncomment following line if you want red dots to be displayed while waiting for completion
# COMPLETION_WAITING_DOTS="true"

# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git rails textmate ruby)

source $ZSH/oh-my-zsh.sh

[[ -s "/volumes/MacintoshHD/users/mikedevita/.rvm/scripts/rvm" ]] && source "/volumes/MacintoshHD/users/mikedevita/.rvm/scripts/rvm"

# Customize to your needs...
PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin:/usr/local/git/bin/:/tools

最佳答案

你必须在 ~/.zshrc 中添加这个

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"

关于ruby-on-rails - ZSH:找不到命令:rails,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9487781/

相关文章:

javascript - SimpleForm 使用 "return"键提交

ruby-on-rails - 我可以将 2 个不同表字段中的值相加并通过 Rails/Active Record 对该值进行排序吗?

对标准输出的每一行进行正则表达式并推送到 shell/bash 中的数组

phpstorm - 使用 zsh 通过命令行启动 PhpStorm

angular - 'zsh : command not found: ng' in Visual Studio Code's integrated terminal on Mac Catalina

zsh - 自定义 zsh 在显示上一个命令退出代码时的提示

ruby-on-rails - 如何使 tr 在 link_to 上可点击

ruby-on-rails - 错误 : Unknown provider: aProvider <- a

python - git 2.5。 1's bash console doesn' t 打开python解释器

bash - 如何将大文件拆分为小文件和按列命名的文件