懐かしい。これは libpq-dev 漏れの香り。
An error occurred while installing pg (0.17.1), and Bundler cannot continue.
Make sure that `gem install pg -v '0.17.1'` succeeds before bundling.
...かつて "libpq-dev" の "pq" を "pg" だと思って嵌った。。
あの時はそうやった、という記録。
An error occurred while installing pg (0.17.1), and Bundler cannot continue.
Make sure that `gem install pg -v '0.17.1'` succeeds before bundling.
git clone https://github.com/sstephenson/rbenv.git ~/.rbenv
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bashrc
echo 'eval "$(rbenv init -)"' >> ~/.bashrc
source ~/.bashrc
type rbenv
「rbenv は関数です」と表示されればOK。
git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
apt-get install autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3 libgdbm-dev
rbenv install --list | grep " 2.*"
rbenv install 2.2.1
rbenv rehash
rbenv global 2.2.1
ruby -v
Linux Mint 17.1(64bit)のインストールとインストール直後の作業メモです。
インストールして日本語入力が普通にできるようになるまでの流れです。
GUIによる操作を優先しています(コンソールでapt-get等は我慢)。
先人のログが色々あるけど、あえて色々飛ばして進めてみました。
このメモは今回のMintのFirefoxで書いています。
# bash linux-brjprinter-installer-2.0.0-1
参考:http://www.linuxpc.pro/query?os=CentOS_6&p=rhythmbox&f=2
$ wget http://people.centos.org/hughesjr/chromium/6/chromium-el6.repo
# cp chromium-el6.repo /etc/yum.repos.d/
# yum install chromium