The rubygem is called bundler not bundle
Also I'm that needs to be installed with sudo as gems won't normally install into the home user directory without more setup
This commit is contained in:
parent
b2aba0f8e9
commit
ec2e733d32
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ sudo apt-get install ruby1.9.1 libruby1.9.1 ruby1.9.1-dev ri1.9.1 \
|
||||||
apache2 apache2-threaded-dev build-essential git-core \
|
apache2 apache2-threaded-dev build-essential git-core \
|
||||||
postgresql postgresql-contrib libpq-dev postgresql-server-dev-all \
|
postgresql postgresql-contrib libpq-dev postgresql-server-dev-all \
|
||||||
libsasl2-dev
|
libsasl2-dev
|
||||||
gem1.9.1 install bundle
|
sudo gem1.9.1 install bundler
|
||||||
```
|
```
|
||||||
|
|
||||||
Note that the "1.9.1" Ubuntu packages do in fact contain ruby 1.9.3.
|
Note that the "1.9.1" Ubuntu packages do in fact contain ruby 1.9.3.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue