纵容
这似乎是一个非常明显的问题...而且我确定它是重复的...我实际上已经搜索了我的文件系统和网络,但还没有找到“rbenv的答案” “本身。
上下文
我试图通过以下链接在我的ubuntu 14.04计算机上安装rbenv:https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-with-rbenv-on-ubuntu-14-04
tableView.rowHeight = UITableViewAutomaticDimension
tableView.estimatedRowHeight = 100.0 //Change this to any value
问题
当.bashrc运行〜/ .rbenv / bin / rbenv时,会出现此错误:
cd
git clone git://github.com/sstephenson/rbenv.git .rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
echo 'export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
我直接运行时遇到同样的错误:
: No such file or directory
选中
我查过剧本;第一行“#!/ usr / bin / env bash”看起来不错。
然而,我不确定它在什么时候失败了。除了在脚本中添加一堆“echo”之外,我没有一种简单的方法来调试它。
提前致谢
答案 0 :(得分:0)
你有可能将repo克隆到〜/ .rbenv以外的地方吗?
git clone git://github.com/sstephenson/rbenv.git .rbenv
应该
git clone git://github.com/sstephenson/rbenv.git ~/.rbenv