终端.bash_profile搞砸了。如何还原?

时间:2013-09-24 06:35:26

标签: ruby-on-rails ruby emacs terminal .bash-profile

我正在学习如何在rails上设置ruby的教程。 http://blog.parsalabs.com/blog/2013/08/27/setting-up-a-ruby-on-rails-4-development-environment-on-a-clean-mac-os-x-installation/

我跑了:

$ brew install rbenv

$ touch ~/.bash_profile

$ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile

现在我的终端已经停止工作了。

$ emacs ~/.bash_profile

-bash:emacs:command not found

当我打开一个新的终端窗口时。我收到以下消息:

Last login: Mon Sep 23 23:25:39 on ttys001
-bash: n: command not found
export     PATH=/usr/local/bin:/Users/Marcus/.local/bin:/opt/local/bin:/opt/local/sbin:/Library/Frameworks/Python.framework/Versions/3.3/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin
-bash: export: `export PATH="/Users/Marcus/.rbenv/shims:${PATH}"
source "/usr/local/Cellar/rbenv/0.4.0/libexec/../completions/rbenv.bash"
rbenv rehash 2>/dev/null
rbenv() {
  typeset command
  command="$1"
  if [ "$#" -gt 0 ]; then
    shift
  fi

  case "$command" in
  rehash|shell)
    eval `rbenv "sh-$command" "$@"`;;
  *)
    command rbenv "$command" "$@";;
  esac
}': not a valid identifier

1 个答案:

答案 0 :(得分:0)

谢谢Yevgeniy Anfilofyev,

解决方案是使用TinkerTools并删除我的〜/ .bash_profile

然后重新开始