Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 318 forks source link

Ruby Install in rbenv - TMPDIR error #210

Closed jberlynn closed 7 years ago

jberlynn commented 7 years ago

On the ruby install with command

rbenv install 2.3.1 produces the following error: ruby-build: TMPDIR=/tmp cannot hold executables (partition possibly mounted with noexec

ahoernecke commented 7 years ago

This would appear to be an issue with the rbenv installation being unable to use your tmp dir. Please see this issue on from the rbenv repo. https://github.com/rbenv/ruby-build/issues/703

It looks like you need to set the tmpdir environment variable to a suitable location.