Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rbenv: version is not installed #38

Open
yuvilio opened this issue Dec 25, 2014 · 0 comments
Open

rbenv: version is not installed #38

yuvilio opened this issue Dec 25, 2014 · 0 comments

Comments

@yuvilio
Copy link

yuvilio commented Dec 25, 2014

Got this error using rake with rbenv on linux :

$ ruby --version
ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux]
$ rake
rbenv: version `2.0.0-p247' is not installed

Removing the .ruby-version file fixes it :

$ rm .ruby-version 
$ rake
mkdir -p build/dev/tmp
xxd -i src/style.css | sed 's/src_//g' > build/dev/tmp/style.css.h
gcc -I. -Ibuild/dev/tmp -Wall -g -c src/mdr.c -o build/dev/tmp/mdr.o
...
lgobject-2.0 -ljavascriptcoregtk-3.0 -lglib-2.0  -Ibuild/dev/tmp -o build/dev/mdr
$ 
$ ls build/dev/mdr 
build/dev/mdr
$ 

Should the README just point that out? Or is there something to fix here?

System tested on:

$ rbenv --version
rbenv 0.4.0-129-g7e0e85b
$ 
$ uname -a
Linux kamitsukai 3.16.0-29-generic #39-Ubuntu SMP Mon Dec 15 22:27:29 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
$ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant