我使用VMWare打开并安装Ubuntu(64位14.04.1).iso文件。我启动了Ubuntu,现在我在虚拟机中安装了rails。当我下雨这个命令时:
bash < <(curl -sL https://raw.github.com/railsgirls/installation-scripts/master/rails-install-ubuntu.sh)
我明白了:sudo: apt-get: command not found
我安装了ruby 2.2.0和Homebrew。我错过了什么?我该如何解决这个问题?
答案 0 :(得分:0)
apt-get
与Rails,Ruby,Homebrew无关 - 它是基本的Ubuntu包管理器,this question from StackExchange's Ubuntu forum应该有所帮助。