ruby - Rails could not find a temporary directory (ArgumentError) -
i'm uploading rails proyect ubuntu server running 12.04lts , can't seem fix issue! whether bundle install or try use whenever gem error! i've read lot still i'm unable fix it
/lib/ruby/2.0.0/tmpdir.rb:34:in `tmpdir': not find temporary directory (argumenterror) and ls -la of / folder 
any ideas? p.s tried chmod -r 777 on /tmp no luck
your ubuntu installation doesn't have tmpdir set. should set variable in startup.
this link has more information on environment variables in ubuntu: https://help.ubuntu.com/community/environmentvariables
Comments
Post a Comment