Installing Ruby using rbenv on Ubuntu 14.04 virtualbox hangs -
i'm trying ruby on rails running on ubuntu 14.04. ubuntu installed on virtualbox. i'm following https://gorails.com/setup/ubuntu/14.04
when run command
rbenv install 2.1.2
ruby keeps installing forever. waited more 1 hour.
this how command-line looks:
rbenv install 2.1.2downloading ruby-2.1.2.tar.gz... -> http://dqw8nmjcqpjn7.cloudfront.net/f22a6447811a81f3c808d1c2a5ce3b5f5f0955c68c9a749182feb425589e6635 installing ruby-2.1.2...
any suggestion?
i thought installation frozen in same point, takes long time complete (1 hour , still running). see installation progress add verbose modifier command:
~$rbenv install --verbose 2.1.2
note: followed deploy ruby on rails instructions ubuntu 14.04.
Comments
Post a Comment