Debian: Bundle command not found

Reference:http://stackoverflow.com/questions/6675373/bundle-command-not-found-in-linux-debian

Supposed you have already installed ruby and rubygems in Debian, and install bundler using gem install command, however when you are trying to get bundle update you got an error which says bundle command not found.

The path to bundler is at /var/lib/gems/1.8/bin

Use these bash lines:

export PATH=/var/lib/gems/1.8/bin:${PATH}
Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s